diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4b670eb2f8b..70e10615dd7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/bytecomp.el: Check existence of f in #'f. | ||
| 4 | (byte-compile-callargs-warn): Use `push'. | ||
| 5 | (byte-compile-arglist-warn): Ignore higher-order "calls". | ||
| 6 | (byte-compile-file-form-autoload): Use `pcase'. | ||
| 7 | (byte-compile-function-form): If quoting a symbol, check that it exists. | ||
| 8 | |||
| 1 | 2013-08-07 Eli Zaretskii <eliz@gnu.org> | 9 | 2013-08-07 Eli Zaretskii <eliz@gnu.org> |
| 2 | 10 | ||
| 3 | * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX | 11 | * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX |