Removed assigment to foo in byte-compile-lambda.
This commit is contained in:
parent
ab8478d1f1
commit
1de6a9711d
1 changed files with 0 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue