]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert accidental portion of previous bytecomp.el commit.
authorGlenn Morris <rgm@gnu.org>
Wed, 11 May 2011 17:32:38 +0000 (13:32 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 11 May 2011 17:32:38 +0000 (13:32 -0400)
lisp/emacs-lisp/bytecomp.el

index e8d8993044c2f7b2e70e5f1458acb0ddb620809e..02b886cdda0e773d661fa12c9febe8ec4f71125e 100644 (file)
@@ -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))