From 410c42c57059efda8f347751bcc6876893176595 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 11 May 2011 13:32:38 -0400 Subject: [PATCH] Revert accidental portion of previous bytecomp.el commit. --- lisp/emacs-lisp/bytecomp.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)) -- 2.39.5