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:
parent
abf780e45e
commit
c15fa41c0c
1 changed files with 1 additions and 1 deletions
|
@ -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))))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue