diff options
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 1ce417a5de6..6b3bdfa49b5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function, | ||
| 4 | extracted from byte-compile-callargs-warn and byte-compile-normal-call. | ||
| 5 | (byte-compile-callargs-warn, byte-compile-function-form): Use it. | ||
| 6 | (byte-compile-normal-call): Remove obsolescence check. | ||
| 7 | |||
| 1 | 2013-08-08 Juanma Barranquero <lekktu@gmail.com> | 8 | 2013-08-08 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 9 | ||
| 3 | * frameset.el (frameset-restore): Doc fix. | 10 | * frameset.el (frameset-restore): Doc fix. |