X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fmethods.lisp;h=efbd4822141e3cf7710124267939151af3a8ccaf;hb=44fa19275c08a17b9d80d95102c1a8bc0da7a17e;hp=c1e5fc462cb221bbf79fb6fc06d8777d7c89d06b;hpb=26d8f7707843aba4ba2a071b3b2d4c91e8c0d798;p=sbcl.git diff --git a/src/pcl/methods.lisp b/src/pcl/methods.lisp index c1e5fc4..efbd482 100644 --- a/src/pcl/methods.lisp +++ b/src/pcl/methods.lisp @@ -1414,7 +1414,7 @@ (make-dfun-lambda-list nargs applyp) (make-fast-method-call-lambda-list nargs applyp)))) (multiple-value-bind (cfunction constants) - (get-fun1 `(lambda + (get-fun1 `(named-lambda (gf-dispatch ,name) ,arglist ,@(unless function-p `((declare (ignore .pv. .next-method-call.))))