set-empty-callbackS

original commit: 418f2fa8ee7905b6747447955c949f64b26e795e
This commit is contained in:
Matthew Flatt 1998-02-13 19:20:18 +00:00
parent 7652bc2267
commit ecee097aa8

View File

@ -237,7 +237,7 @@
(define mred:startup
(lambda args
; (send mred:the-frame-group set-empty-callback (lambda () #t))
(send mred:the-frame-group set-empty-callbacks (lambda () #t) (lambda () #t))
(do-test)
(make-object mred:console-frame%)))