diff options
Diffstat (limited to 'src/interp/patches.lisp')
| -rw-r--r-- | src/interp/patches.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/patches.lisp b/src/interp/patches.lisp index f9ec2f50..62e8eb3e 100644 --- a/src/interp/patches.lisp +++ b/src/interp/patches.lisp @@ -72,8 +72,8 @@ (declare (special |$Echo|)) (/RF-1 nil)) -(defun |/RQ,LIB| (&rest foo &aux (|$Echo| nil) ($LISPLIB T)) - (declare (special |$Echo| $LISPLIB)) +(defun |/RQ,LIB| (&rest foo &aux (|$Echo| nil)) + (declare (special |$Echo|)) (/RF-1 nil)) (defun /RF-1 (ignore) |
