(I seem to've screwed up during the checkin of 0.pre7.131 before, so
[sbcl.git] / src / code / early-setf.lisp
index 709ba8e..4ee0528 100644 (file)
@@ -47,7 +47,7 @@
          ;; Local functions inhibit global SETF methods.
          ((and environment
                (let ((name (car form)))
-                 (dolist (x (sb!c::lexenv-functions environment))
+                 (dolist (x (sb!c::lexenv-funs environment))
                    (when (and (eq (car x) name)
                               (not (sb!c::defined-fun-p (cdr x))))
                      (return t)))))