commit 85aae5cd0045118f58493d8b59c47d28ced34c9b
parent 0206f765b8715aaa75cb7d0fed00750d04a04ccd
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Thu, 27 May 1999 14:35:31 +0000
.
original commit: b34de18c4fb5beef969e4d269627984d5ba5e100
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/collects/help/help.ss b/collects/help/help.ss
@@ -22,6 +22,8 @@
(begin-elaboration-time
(require-library "invoke.ss"))
+(define frame-mixin values)
+
(define-values/invoke-unit/sig help:help^
(require-relative-library "helpr.ss")
#f
@@ -30,7 +32,8 @@
mzlib:file^
mzlib:url^
mred^
- framework^)
+ framework^
+ (frame-mixin))
(new-help-frame startup-url #f)