summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2014-09-22 09:47:47 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2014-09-22 09:47:47 -0400
commit55fa245f374a897bbdef5ca53d6681419fda8026 (patch)
tree22bbddffc89a9bc7ad1ad39660eec94f62254916 /lisp/ChangeLog
parent84a87ab505e6bb94fccabf49efb39268c4a8075e (diff)
downloademacs-55fa245f374a897bbdef5ca53d6681419fda8026.tar.gz
* lisp/emacs-lisp/bytecomp.el (byte-compile-lambda): Don't add fundoc usage
for functions with no arguments.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 659c8aa5cba..7dcc1eb9edb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
+ * emacs-lisp/bytecomp.el (byte-compile-lambda): Don't add fundoc usage
+ for functions with no arguments.
+
* mpc.el (mpc-data-directory): Use locate-user-emacs-file.
(mpc-volume-refresh): Make sure the corresponding header-line is updated.