1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 06:20:23 +02:00

unbork the repl

* module/system/repl/repl.scm (meta-reader): Whoops, unbork the repl.
This commit is contained in:
Andy Wingo 2009-02-24 23:34:26 +01:00
parent abf780e45e
commit c15fa41c0c

View file

@ -43,7 +43,7 @@
;; apparently sometimes even if this is eof, read will
;; wait on somethingorother. strange.
ch)
((eqv? (char #\,))
((eqv? ch #\,)
(read-char)
meta-command-token)
(else (read))))))))