projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f64049c
)
Revert accidental portion of previous bytecomp.el commit.
author
Glenn Morris
<rgm@gnu.org>
Wed, 11 May 2011 17:32:38 +0000
(13:32 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 11 May 2011 17:32:38 +0000
(13:32 -0400)
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index e8d8993044c2f7b2e70e5f1458acb0ddb620809e..02b886cdda0e773d661fa12c9febe8ec4f71125e 100644
(file)
--- 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))