From 0206f765b8715aaa75cb7d0fed00750d04a04ccd Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 19 May 1999 22:05:13 +0000 Subject: [PATCH] . original commit: f22cb9df23dcb72d5aaf543b7056fa8604ee1f43 --- collects/help/help.ss | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/collects/help/help.ss b/collects/help/help.ss index 207fc60d..517f29f5 100644 --- a/collects/help/help.ss +++ b/collects/help/help.ss @@ -19,15 +19,18 @@ (require-library "framework.ss" "framework") -(invoke-open-unit/sig - (require-relative-library "helpr.ss") - #f - mzlib:function^ - mzlib:string^ - mzlib:file^ - mzlib:url^ - mred^ - framework^) +(begin-elaboration-time + (require-library "invoke.ss")) + +(define-values/invoke-unit/sig help:help^ + (require-relative-library "helpr.ss") + #f + mzlib:function^ + mzlib:string^ + mzlib:file^ + mzlib:url^ + mred^ + framework^) (new-help-frame startup-url #f)