diff options
Diffstat (limited to 'src/interp/parsing.lisp')
-rw-r--r-- | src/interp/parsing.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/parsing.lisp b/src/interp/parsing.lisp index 7a45c658..56ef77ea 100644 --- a/src/interp/parsing.lisp +++ b/src/interp/parsing.lisp @@ -381,7 +381,7 @@ the stack, then stack a NIL. Return the value of prod." (mapcar #'(lambda (x) (internl metapfx (pname x))) (assocleft rs)))) n unpfx-funlist) - (set flnam pfx-funlist) + (|setDynamicBinding| flnam pfx-funlist) (if (not (lessp (setq n (length metapfx)) 0)) (setq unpfx-funlist (mapcar #'(lambda (x) |