diff options
| author | Stefan Monnier | 2014-09-22 09:47:47 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-09-22 09:47:47 -0400 |
| commit | 55fa245f374a897bbdef5ca53d6681419fda8026 (patch) | |
| tree | 22bbddffc89a9bc7ad1ad39660eec94f62254916 /lisp/ChangeLog | |
| parent | 84a87ab505e6bb94fccabf49efb39268c4a8075e (diff) | |
| download | emacs-55fa245f374a897bbdef5ca53d6681419fda8026.tar.gz emacs-55fa245f374a897bbdef5ca53d6681419fda8026.zip | |
* 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/ChangeLog | 3 |
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 @@ | |||
| 1 | 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-lambda): Don't add fundoc usage | ||
| 4 | for functions with no arguments. | ||
| 5 | |||
| 3 | * mpc.el (mpc-data-directory): Use locate-user-emacs-file. | 6 | * mpc.el (mpc-data-directory): Use locate-user-emacs-file. |
| 4 | (mpc-volume-refresh): Make sure the corresponding header-line is updated. | 7 | (mpc-volume-refresh): Make sure the corresponding header-line is updated. |
| 5 | 8 | ||