aboutsummaryrefslogtreecommitdiffstats
path: root/Lisp/moxie/repl.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'Lisp/moxie/repl.lisp')
-rw-r--r--Lisp/moxie/repl.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lisp/moxie/repl.lisp b/Lisp/moxie/repl.lisp
index b5b7bb3..0c17116 100644
--- a/Lisp/moxie/repl.lisp
+++ b/Lisp/moxie/repl.lisp
@@ -52,6 +52,7 @@ has been entered, so Moxie can keep track of the prompt."
(defmacro eval-hook (&rest forms)
"Ensure all FORMS are valid for evaluation before calling
EVAL-HOOK-HELPER."
+ (format t "bjc: DEBUG: forms: ~p~%" forms)
(let ((helped-forms (mapcar (lambda (x) `(quote ,x)) forms)))
`(eval-hook-helper ,@helped-forms)))