diff options
| author | Stefan Monnier | 2007-06-14 21:25:12 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-06-14 21:25:12 +0000 |
| commit | 3ab6a7ae0503d07bf4aca37d877c7e2f46c85f42 (patch) | |
| tree | 9b835c5714682d5f6cfdd8789d7ccd1cc912cce1 /lisp/ChangeLog | |
| parent | 33af2b6ea3180a689702d5bf05d40ea7a0f100de (diff) | |
| download | emacs-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/ChangeLog | 13 |
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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu> | 8 | 2007-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 | ||
| 7 | 2007-06-14 Juanma Barranquero <lekktu@gmail.com> | 14 | 2007-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): |