diff options
| author | Stefan Monnier | 2015-04-02 10:00:48 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2015-04-02 10:00:48 -0400 |
| commit | 0c2ea36d2032ef47a0d6520b3e513459e072a553 (patch) | |
| tree | b21dbe2bb967d25c5f74a64835e27782f3353e28 /lisp/ChangeLog | |
| parent | 5e41a51e5cc45ca7289fc120f26ad90f45eb2682 (diff) | |
| download | emacs-0c2ea36d2032ef47a0d6520b3e513459e072a553.tar.gz emacs-0c2ea36d2032ef47a0d6520b3e513459e072a553.zip | |
* lisp/abbrev.el (define-abbrev-table): Treat a non-string "docstring" as
part of the "props" arguments rather than silently ignoring it.
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 96732ec37ef..38e45d063a4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2015-04-02 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2015-04-02 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * abbrev.el (define-abbrev-table): Treat a non-string "docstring" as | ||
| 4 | part of the "props" arguments rather than silently ignoring it. | ||
| 5 | |||
| 3 | * emacs-lisp/lisp-mnt.el (lm-version): Don't burp in a non-file buffer. | 6 | * emacs-lisp/lisp-mnt.el (lm-version): Don't burp in a non-file buffer. |
| 4 | 7 | ||
| 5 | 2015-04-01 Alan Mackenzie <acm@muc.de> | 8 | 2015-04-01 Alan Mackenzie <acm@muc.de> |