bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 59855fcde25029dabff53e45de74de74b028f121
parent 687cff5646c9a2445d921a5eb35ee6cb62789732
Author: Robby Findler <robby@racket-lang.org>
Date:   Mon,  7 Aug 2000 04:03:40 +0000

...

original commit: b6bb24d3892c59e396b7845a2b09667a20c2f8a3

Diffstat:
Mcollects/help/help.ss | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git 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)