aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1993-02-23 13:21:13 +0000
committerJim Blandy1993-02-23 13:21:13 +0000
commit1de6a9711d469c3ab379bbcc9cf93db3ada3bab5 (patch)
treefe68991ef22b74e3ac874ad16ac4b257bf261a08
parentab8478d1f137888bb76f78a683cc7fce121a6280 (diff)
downloademacs-1de6a9711d469c3ab379bbcc9cf93db3ada3bab5.tar.gz
emacs-1de6a9711d469c3ab379bbcc9cf93db3ada3bab5.zip
Removed assigment to foo in byte-compile-lambda.
-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."
1681 (byte-compile-warn "malformed interactive spec: %s" 1681 (byte-compile-warn "malformed interactive spec: %s"
1682 (prin1-to-string int)))))) 1682 (prin1-to-string int))))))
1683 (let ((compiled (byte-compile-top-level (cons 'progn body) nil 'lambda))) 1683 (let ((compiled (byte-compile-top-level (cons 'progn body) nil 'lambda)))
1684 (setq foo compiled)
1685 (if (and (eq 'byte-code (car-safe compiled)) 1684 (if (and (eq 'byte-code (car-safe compiled))
1686 (not (byte-compile-version-cond 1685 (not (byte-compile-version-cond
1687 byte-compile-compatibility))) 1686 byte-compile-compatibility)))