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 0206f765b8715aaa75cb7d0fed00750d04a04ccd
parent ce940d403ae4fb07a4a859db25430b746a573411
Author: Matthew Flatt <mflatt@racket-lang.org>
Date:   Wed, 19 May 1999 22:05:13 +0000

.

original commit: f22cb9df23dcb72d5aaf543b7056fa8604ee1f43

Diffstat:
Mcollects/help/help.ss | 21++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)

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