diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cd33d38a498..593a390b91a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat | ||
| 4 | warning if the file uses old style backquotes. | ||
| 5 | |||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-log-file) | 6 | * emacs-lisp/bytecomp.el (byte-compile-log-file) |
| 4 | (byte-recompile-directory, byte-compile-file) | 7 | (byte-recompile-directory, byte-compile-file) |
| 5 | (byte-compile-from-buffer): Use with-current-buffer. | 8 | (byte-compile-from-buffer): Use with-current-buffer. |