aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2007-06-14 21:25:12 +0000
committerStefan Monnier2007-06-14 21:25:12 +0000
commit3ab6a7ae0503d07bf4aca37d877c7e2f46c85f42 (patch)
tree9b835c5714682d5f6cfdd8789d7ccd1cc912cce1 /lisp/ChangeLog
parent33af2b6ea3180a689702d5bf05d40ea7a0f100de (diff)
downloademacs-3ab6a7ae0503d07bf4aca37d877c7e2f46c85f42.tar.gz
emacs-3ab6a7ae0503d07bf4aca37d877c7e2f46c85f42.zip
(byte-compile-current-group, byte-compile-nogroup-warn, byte-compile-file):
Revert part of last change. Apparently the "warning even if the group is implicit" is a feature rather than a bug.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 10 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index aa55ba8d0ca..c6e9a0a2dc6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,9 +1,16 @@
12007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/bytecomp.el (byte-compile-current-group)
4 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
5 change. Apparently the "warning even if the group is implicit" is
6 a feature rather than a bug.
7
12007-06-14 Michael Kifer <kifer@cs.stonybrook.edu> 82007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
2 9
3 * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad): 10 * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
4 different advices for Emacs and XEmacs. Compile them conditionally. 11 different advices for Emacs and XEmacs. Compile them conditionally.
5 (viper-version): belated version change. 12 (viper-version): belated version change.
6 13
72007-06-14 Juanma Barranquero <lekktu@gmail.com> 142007-06-14 Juanma Barranquero <lekktu@gmail.com>
8 15
9 * follow.el (follow-all-followers, follow-generic-filter): 16 * follow.el (follow-all-followers, follow-generic-filter):