X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Ffopcompile.lisp;h=74272179f55deb0b47cd611a9c50891b035d89a0;hb=8886298f2c0e50e595cf481c426b6331ab898a23;hp=42cff0f05c7f31f2dad0cc5d93860612283f60e4;hpb=3ca73f72116001579bde0f59e5aa1359cc41631e;p=sbcl.git diff --git a/src/compiler/fopcompile.lisp b/src/compiler/fopcompile.lisp index 42cff0f..7427217 100644 --- a/src/compiler/fopcompile.lisp +++ b/src/compiler/fopcompile.lisp @@ -108,7 +108,7 @@ (every #'fopcompilable-p (cdr args)))) ;; Likewise for LOCALLY ((locally) - (every #'fopcompilable-p (cdr args))) + (every #'fopcompilable-p args)) (otherwise ;; ordinary function calls (and (symbolp operator)