X-Git-Url: https://git.distorted.org.uk/~mdw/lisp/blobdiff_plain/4da88bb98b75edf5033fa864cae0d3d1c397ac07..7769f8fdb8694fe33ebb6198978d96e22e05c027:/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))))