fix prompt for MrEd load handler
svn: r5177 original commit: 91d68735fa7a02356c08d1181bca941213f95bca
This commit is contained in:
parent
c89d244c7c
commit
23fad5e470
|
@ -213,7 +213,13 @@
|
|||
(datum->syntax-object
|
||||
#f
|
||||
(cons '#%top-interaction exp)
|
||||
exp)))))
|
||||
exp)))
|
||||
(default-continuation-prompt-tag)
|
||||
(lambda args
|
||||
(apply
|
||||
abort-current-continuation
|
||||
(default-continuation-prompt-tag)
|
||||
args))))
|
||||
(lambda x (loop x)))))))))
|
||||
(lambda ()
|
||||
(close-input-port in-port)))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user