From: Glenn Morris Date: Wed, 11 May 2011 17:32:38 +0000 (-0400) Subject: Revert accidental portion of previous bytecomp.el commit. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~305 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=410c42c57059efda8f347751bcc6876893176595;p=emacs.git Revert accidental portion of previous bytecomp.el commit. --- diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index e8d8993044c..02b886cdda0 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -1321,8 +1321,7 @@ extra args." ;; Assumes an element of b-c-i-macro-env that is a symbol points ;; to a defined function. (Bug#8646) (and initial (symbolp initial) - (setq old (byte-compile-fdefinition initial nil) - initial 'yes)) + (setq old (byte-compile-fdefinition initial nil))) (if (and old (not (eq old t))) (progn (and (eq 'macro (car-safe old))