diff options
Diffstat (limited to 'src/interp/bootlex.lisp')
-rw-r--r-- | src/interp/bootlex.lisp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interp/bootlex.lisp b/src/interp/bootlex.lisp index e32e375b..6c64abca 100644 --- a/src/interp/bootlex.lisp +++ b/src/interp/bootlex.lisp @@ -84,7 +84,6 @@ (*spad-input-file* nil) (*spad-output-file* nil) &aux - ;; (Echo-Meta *spad-input-file*) ;; (*comp370-apply* (function print-and-eval-defun)) (*comp370-apply* (function print-defun)) (*fileactq-apply* (function print-defun)) @@ -95,7 +94,7 @@ (File-Closed NIL) (/editfile *spad-input-file*) in-stream out-stream) - (declare (special echo-meta /editfile *comp370-apply* *EOF* + (declare (special |$Echo| /editfile *comp370-apply* *EOF* File-Closed Xcape)) (setq |$InteractiveMode| nil) ;; only rebind |$InteractiveFrame| if compiling |