aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2014-10-19 22:36:22 -0400
committerStefan Monnier2014-10-19 22:36:22 -0400
commit41e856b539eab6080eeacd313c7f201dc3955d8c (patch)
treecc2ce4248a8f1ff3a7abe5963b9ad7df8d02d1e1 /lisp/ChangeLog
parent9b4fdfd9b67aa9e370cd20e0188f08678daa665c (diff)
downloademacs-41e856b539eab6080eeacd313c7f201dc3955d8c.tar.gz
emacs-41e856b539eab6080eeacd313c7f201dc3955d8c.zip
* lisp/emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
case. Fixes: debbugs:18767
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6b0c8a67b79..1a458522079 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
4 case (bug#18767).
5
12014-10-15 Alan Mackenzie <acm@muc.de> 62014-10-15 Alan Mackenzie <acm@muc.de>
2 7
3 * cus-edit.el (custom-command-apply): Specify the return value in 8 * cus-edit.el (custom-command-apply): Specify the return value in