From b88a38cca08cda3bfc4c0c6dfeaeef887afb109d Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 7 Apr 2001 04:52:19 +0000 Subject: [PATCH] ... original commit: 63db2eb1694b32111323f7f866d7d46003a5bdb1 --- collects/help/help.ss | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/collects/help/help.ss b/collects/help/help.ss index 0d179334..66828de5 100644 --- a/collects/help/help.ss +++ b/collects/help/help.ss @@ -10,17 +10,10 @@ (module help mzscheme - (require "sig.ss" - (lib "get-info.ss" "setup") - (lib "file.ss") - (lib "list.ss") - (lib "string.ss") - (lib "url.ss" "net") - "startup-url.ss" + (require "startup-url.ss" (lib "framework.ss" "framework") - (lib "plt-installer.ss" "setup") - (lib "get-info.ss" "setup") - "help-unit.ss") + "help-unit.ss" + "help-sig.ss") (define-values/invoke-unit/sig help:get-info^