fix accidental change to Racket prompt

This commit is contained in:
Matthew Flatt 2010-04-15 21:21:34 -04:00
parent 0f0a59732e
commit cea92a1737

View File

@ -5,6 +5,6 @@
(define (configure config)
(current-prompt-read (lambda ()
(printf "r> ")
(printf "> ")
(read)))
(print-as-quasiquote #t))