From e2c5616ff601938ef09d0fc634e1c8da64e37eff Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 31 Aug 2000 15:59:15 +0000 Subject: [PATCH] ... original commit: 24a449747cb4d62f4d00b38938436bdb79c8bc51 --- collects/help/help.ss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/collects/help/help.ss b/collects/help/help.ss index 88c28ab6..f97960f1 100644 --- a/collects/help/help.ss +++ b/collects/help/help.ss @@ -24,6 +24,7 @@ (require-library "framework.ss" "framework") (require-library "plt-installer.ss" "setup") +(require-library "get-info.ss" "setup") (begin-elaboration-time (require-library "invoke.ss")) @@ -58,6 +59,7 @@ mzlib:file^ mzlib:url^ setup:plt-installer^ + setup:info^ mred^ framework^ (frame-mixin)