diff options
| author | Glenn Morris | 2008-03-01 21:11:37 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-03-01 21:11:37 +0000 |
| commit | 1c3b663ff9ddd975a2a502299c5aa6da623cee3e (patch) | |
| tree | ff13822363d49aeb30c3a631945048927744be76 /lisp/ChangeLog | |
| parent | 565b39a8569153267d5a837bf9744aac925ca15d (diff) | |
| download | emacs-1c3b663ff9ddd975a2a502299c5aa6da623cee3e.tar.gz emacs-1c3b663ff9ddd975a2a502299c5aa6da623cee3e.zip | |
This is Dan's patch from
http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00134.html
changed to use a common `bytecomp' prefix.
(byte-recompile-directory, byte-compile-file, batch-byte-compile)
(batch-byte-compile-file): Give a `bytecomp-' prefix to local
variables with common names.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e774809a71d..f77ca943161 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | Glenn Morris <rgm@gnu.org> | ||
| 3 | |||
| 4 | * emacs-lisp/bytecomp.el (byte-recompile-directory) | ||
| 5 | (byte-compile-file, batch-byte-compile, batch-byte-compile-file): | ||
| 6 | Give a `bytecomp-' prefix to local variables with common names. | ||
| 7 | |||
| 1 | 2008-03-01 Glenn Morris <rgm@gnu.org> | 8 | 2008-03-01 Glenn Morris <rgm@gnu.org> |
| 2 | 9 | ||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore | 10 | * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore |