aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-08-07 21:37:47 -0400
committerStefan Monnier2013-08-07 21:37:47 -0400
commitc735544cede2fa856d62addf7e71efe39142132c (patch)
treef2ed1179b547dcacf77f3ca0b3cd0a138ad01561 /lisp/ChangeLog
parent3677ffeb2844f86cb0aa2852a1cb495c49ff9f81 (diff)
downloademacs-c735544cede2fa856d62addf7e71efe39142132c.tar.gz
emacs-c735544cede2fa856d62addf7e71efe39142132c.zip
* lisp/emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
extracted from byte-compile-callargs-warn and byte-compile-normal-call. (byte-compile-callargs-warn, byte-compile-function-form): Use it. (byte-compile-normal-call): Remove obsolescence check.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
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 @@
12013-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
12013-08-08 Juanma Barranquero <lekktu@gmail.com> 82013-08-08 Juanma Barranquero <lekktu@gmail.com>
2 9
3 * frameset.el (frameset-restore): Doc fix. 10 * frameset.el (frameset-restore): Doc fix.