1.0.15.10: ASSOC and MEMBER were broken for :KEY #'IDENTITY
[sbcl.git] / src / compiler / seqtran.lisp
index 494c047..3d4dc91 100644 (file)
     (setf test nil))
   ;; Ditto for KEY IDENTITY.
   (when (and key (lvar-for-named-function key 'identity))
-    (set key nil))
+    (setf key nil))
   ;; Key can legally be NIL, but if it's NIL for sure we pretend it's
   ;; not there at all. If it might be NIL, make up a form to that
   ;; ensures it is a function.