# HG changeset patch # User Jim Blandy # Date 730473673 0 # Node ID 139fbc92c196d83f4023611ec5ad3538f3b24e71 # Parent 0fe3520eb87bc75cecb6688115a290b23cc33ac4 Removed assigment to foo in byte-compile-lambda. diff -r 0fe3520eb87b -r 139fbc92c196 lisp/emacs-lisp/bytecomp.el --- 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)))