diff options
| author | Stefan Monnier | 2013-03-12 22:19:31 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-03-12 22:19:31 -0400 |
| commit | e7f7cb1aa3beb791d3175e30f1b5e40985cba413 (patch) | |
| tree | 8ac1fd7a2bf327ee345331bc8b9853c988c48aeb /lisp/ChangeLog | |
| parent | 175600dafc370c425502f0e6017deb2604c7e84f (diff) | |
| download | emacs-e7f7cb1aa3beb791d3175e30f1b5e40985cba413.tar.gz emacs-e7f7cb1aa3beb791d3175e30f1b5e40985cba413.zip | |
* lisp/emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
backquotes for `obsolete'.
Fixes: debbugs:13929
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 39bc71e8e13..def47702a73 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use | ||
| 4 | backquotes for `obsolete' (bug#13929). | ||
| 5 | |||
| 3 | * international/mule.el (find-auto-coding): Include file name in | 6 | * international/mule.el (find-auto-coding): Include file name in |
| 4 | obsolescence warning (bug#13922). | 7 | obsolescence warning (bug#13922). |
| 5 | 8 | ||