diff options
Diffstat (limited to 'src/interp/spad.lisp')
-rw-r--r-- | src/interp/spad.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/spad.lisp b/src/interp/spad.lisp index 2de5aaaa..dfd21b81 100644 --- a/src/interp/spad.lisp +++ b/src/interp/spad.lisp @@ -273,7 +273,7 @@ (let (zz) (INITIALIZE) (SETQ |$previousTime| (TEMPUS-FUGIT)) - (setq ZZ (CONVERSATION '|PARSE-NewExpr| '|process|)) + (setq ZZ (CONVERSATION '|parseNewExpr| '|process|)) INPUTSTREAM)) (defun INITIALIZE () |