X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fdefcombin.lisp;h=c4dc44981d0e36f208ef310bc5b3d4a95f4115f0;hb=30c93105a8bce7b701a5043fb11254f6f1bdd6da;hp=f3296a9685e09507bf60df6c04a7a6f5a699e205;hpb=60639facf7d4e266d729a9c89f333618c9b2e8e2;p=sbcl.git diff --git a/src/pcl/defcombin.lisp b/src/pcl/defcombin.lisp index f3296a9..c4dc449 100644 --- a/src/pcl/defcombin.lisp +++ b/src/pcl/defcombin.lisp @@ -437,7 +437,7 @@ (let ((intercept-rebindings (let (rebindings) (dolist (arg args-lambda-list (nreverse rebindings)) - (unless (member arg lambda-list-keywords) + (unless (member arg lambda-list-keywords :test #'eq) (typecase arg (symbol (push `(,arg ',arg) rebindings)) (cons