Removed assigment to foo in byte-compile-lambda.

This commit is contained in:
Jim Blandy 1993-02-23 13:21:13 +00:00
parent ab8478d1f1
commit 1de6a9711d

View file

@ -1681,7 +1681,6 @@ If FORM is a lambda or a macro, byte-compile it as a function."
(byte-compile-warn "malformed interactive spec: %s"
(prin1-to-string int))))))
(let ((compiled (byte-compile-top-level (cons 'progn body) nil 'lambda)))
(setq foo compiled)
(if (and (eq 'byte-code (car-safe compiled))
(not (byte-compile-version-cond
byte-compile-compatibility)))