Do not rebind *readtable* when reading user's input

This commit is contained in:
jjgarcia 2004-11-22 14:29:07 +00:00
parent aaac3b4650
commit 9eb3a5b814

View file

@ -498,7 +498,7 @@ file. When the saved image is invoked, it will start the redefined top-level."
(- *tpl-level* *step-level* -1)
""))
(defun tpl-read (&aux (*readtable* (sys::standard-readtable)))
(defun tpl-read ()
(finish-output)
(loop
(case (peek-char nil *standard-input* nil :EOF)