aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-macros.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/sys-macros.lisp')
-rw-r--r--src/interp/sys-macros.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/sys-macros.lisp b/src/interp/sys-macros.lisp
index 301ab9b2..871a9668 100644
--- a/src/interp/sys-macros.lisp
+++ b/src/interp/sys-macros.lisp
@@ -478,7 +478,7 @@
(REMFLAG (CDR L) KEY))))
- (FLAG '(* + AND OR PROGN) 'NARY) ; flag for MKPF
+ (FLAG '(* + AND |and| OR |or| PROGN) 'NARY) ; flag for MKPF
(defun MKPF (L OP)