From 59855fcde25029dabff53e45de74de74b028f121 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Mon, 7 Aug 2000 04:03:40 +0000 Subject: [PATCH] ... original commit: b6bb24d3892c59e396b7845a2b09667a20c2f8a3 --- collects/help/help.ss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/collects/help/help.ss b/collects/help/help.ss index 65c1ebaf..516a9ba5 100644 --- a/collects/help/help.ss +++ b/collects/help/help.ss @@ -1,4 +1,5 @@ (when (getenv "MREDDEBUG") + (current-load (let ([ol (current-load)]) (lambda (x) (printf "~a~n" x) (ol x)))) (require-library "errortrace.ss" "errortrace") (error-print-width 180)) #| @@ -20,6 +21,8 @@ (require-library "framework.ss" "framework") +(require-library "plt-installer.ss" "setup") + (begin-elaboration-time (require-library "invoke.ss")) @@ -52,6 +55,7 @@ mzlib:string^ mzlib:file^ mzlib:url^ + setup:plt-installer^ mred^ framework^ (frame-mixin)