Mercurial > emacs
changeset 1941:139fbc92c196
Removed assigment to foo in byte-compile-lambda.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 23 Feb 1993 13:21:13 +0000 |
parents | 0fe3520eb87b |
children | b403b27bc31c |
files | lisp/emacs-lisp/bytecomp.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el Tue Feb 23 11:55:05 1993 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Tue Feb 23 13:21:13 1993 +0000 @@ -1681,7 +1681,6 @@ (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)))