summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-02-23 13:21:13 +0000
committerJim Blandy <jimb@redhat.com>1993-02-23 13:21:13 +0000
commit1de6a9711d469c3ab379bbcc9cf93db3ada3bab5 (patch)
treefe68991ef22b74e3ac874ad16ac4b257bf261a08 /lisp/emacs-lisp
parentab8478d1f137888bb76f78a683cc7fce121a6280 (diff)
downloademacs-1de6a9711d469c3ab379bbcc9cf93db3ada3bab5.tar.gz
emacs-1de6a9711d469c3ab379bbcc9cf93db3ada3bab5.tar.bz2
emacs-1de6a9711d469c3ab379bbcc9cf93db3ada3bab5.zip
Removed assigment to foo in byte-compile-lambda.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/bytecomp.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index f4bba7ed216..7d48fbea291 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -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)))