aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2009-10-31 02:10:43 +0000
committerGlenn Morris2009-10-31 02:10:43 +0000
commit416d35886fa893252a62b21238ca84c0a01dce91 (patch)
tree34ab870db03a05ba4eb2fe1a6c3075d10f3da5cf /lisp/ChangeLog
parent8aedfd3b5d1463c6d65602d15b251a717c5ffe27 (diff)
downloademacs-416d35886fa893252a62b21238ca84c0a01dce91.tar.gz
emacs-416d35886fa893252a62b21238ca84c0a01dce91.zip
(byte-compile-warning-types, byte-compile-warnings): Add `constants'
as an option. (byte-compile-callargs-warn, byte-compile-arglist-warn) (display-call-tree): Update for byte-compile-fdefinition possibly returning `(macro lambda ...)'. (Bug#4778) (byte-compile-variable-ref, byte-compile-setq-default): Respect `constants' member of byte-compile-warnings.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e7cc04dd785..674170972f3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,13 @@
12009-10-31 Glenn Morris <rgm@gnu.org> 12009-10-31 Glenn Morris <rgm@gnu.org>
2 2
3 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4 (byte-compile-warnings): Add `constants' as an option.
5 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6 (display-call-tree): Update for byte-compile-fdefinition possibly
7 returning `(macro lambda ...)'. (Bug#4778)
8 (byte-compile-variable-ref, byte-compile-setq-default):
9 Respect `constants' member of byte-compile-warnings.
10
3 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer): 11 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4 Use mapc rather than mapcar because the return value is never used. 12 Use mapc rather than mapcar because the return value is never used.
5 13