aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2015-04-02 10:00:48 -0400
committerStefan Monnier2015-04-02 10:00:48 -0400
commit0c2ea36d2032ef47a0d6520b3e513459e072a553 (patch)
treeb21dbe2bb967d25c5f74a64835e27782f3353e28 /lisp/ChangeLog
parent5e41a51e5cc45ca7289fc120f26ad90f45eb2682 (diff)
downloademacs-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/ChangeLog3
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 @@
12015-04-02 Stefan Monnier <monnier@iro.umontreal.ca> 12015-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
52015-04-01 Alan Mackenzie <acm@muc.de> 82015-04-01 Alan Mackenzie <acm@muc.de>