X-Git-Url: https://git.distorted.org.uk/~mdw/lisp/blobdiff_plain/4da88bb98b75edf5033fa864cae0d3d1c397ac07..0eed4749891adf0a7be89e786b8968ee805a8d41:/optparse.lisp diff --git a/optparse.lisp b/optparse.lisp index 73d9619..a949128 100644 --- a/optparse.lisp +++ b/optparse.lisp @@ -447,8 +447,8 @@ (setf (get ',name 'opthandler) ',func) (defun ,func (,var ,arg ,@args) ,@docs ,@decls + (declare (ignorable ,arg)) (with-locatives ,var - (declare (ignorable ,arg)) ,@body)) ',name))))