X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fdlisp3.lisp;h=c3209ac6669b2322129de52070721f61f83cab22;hb=104ee7ee303efa16e415f5e75df635ac54dba733;hp=d5fa046af4f2c18b178728f8c8668777b1a6ddca;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/pcl/dlisp3.lisp b/src/pcl/dlisp3.lisp index d5fa046..c3209ac 100644 --- a/src/pcl/dlisp3.lisp +++ b/src/pcl/dlisp3.lisp @@ -60,8 +60,8 @@ ) ; EVAL-WHEN (defmacro make-checking-or-caching-function-list () - `(list ,@(mapcar #'(lambda (key) - `(cons ',key (emit-checking-or-caching-macro ,@key))) + `(list ,@(mapcar (lambda (key) + `(cons ',key (emit-checking-or-caching-macro ,@key))) *checking-or-caching-list*))) ;;; Rather than compiling the constructors here, just tickle the range