emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104195: Revert accidental portion of


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104195: Revert accidental portion of previous bytecomp.el commit.
Date: Wed, 11 May 2011 13:32:38 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104195
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2011-05-11 13:32:38 -0400
message:
  Revert accidental portion of previous bytecomp.el commit.
modified:
  lisp/emacs-lisp/bytecomp.el
=== modified file 'lisp/emacs-lisp/bytecomp.el'
--- a/lisp/emacs-lisp/bytecomp.el       2011-05-11 16:31:33 +0000
+++ b/lisp/emacs-lisp/bytecomp.el       2011-05-11 17:32:38 +0000
@@ -1321,8 +1321,7 @@
     ;; 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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]