diff --git a/compiler/eval.lisp b/compiler/eval.lisp index fe4e16379ac162bccc3c3b908abe728180dc6819..9c4b319dc44489986ac77b85a8b49b63bc33d6ba 100644 --- a/compiler/eval.lisp +++ b/compiler/eval.lisp @@ -962,7 +962,7 @@ (real-fun (c::functional-entry-function leaf)) (arg-doc (c::functional-arg-documentation real-fun))) (cond ((c:lambda-eval-info-function (c::leaf-info leaf))) - ((and (zerop (length closure)) + ((and (zerop (length calling-closure)) (null (c::functional-fenv real-fun))) (let* ((res (make-interpreted-function (c::functional-inline-expansion real-fun)))