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 70e10615dd7..e1d366f0510 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix. | ||
| 4 | (dos-mode-help): Remove. Use describe-mode (C-h m) instead. | ||
| 5 | |||
| 3 | * emacs-lisp/bytecomp.el: Check existence of f in #'f. | 6 | * emacs-lisp/bytecomp.el: Check existence of f in #'f. |
| 4 | (byte-compile-callargs-warn): Use `push'. | 7 | (byte-compile-callargs-warn): Use `push'. |
| 5 | (byte-compile-arglist-warn): Ignore higher-order "calls". | 8 | (byte-compile-arglist-warn): Ignore higher-order "calls". |