original commit: 0ef7599743daf5cf73e62872c5c920125fd87550
This commit is contained in:
Matthew Flatt 1998-09-24 18:33:31 +00:00
parent bff131cd99
commit 310c47ff05

View File

@ -3142,7 +3142,7 @@
[on-close (lambda ()
(custodian-shutdown-all user-custodian)
(semaphore-post waiting))]
[on-drop-file (lambda (f) (evaluate `(load ,f)))])
[on-drop-file (lambda (f) (evaluate (format "(load ~s)" f)))])
(sequence (apply super-init args) (accept-drop-files #t)))
"MrEd REPL" #f 500 400))
(define repl-buffer (make-object esq:text%))