diff options
| author | Stefan Monnier | 2014-05-27 10:56:03 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-05-27 10:56:03 -0400 |
| commit | 53bc1e2982f6ac29a75ce63bc9a35bb19e0f58e1 (patch) | |
| tree | 3e3639268c4ef8a5e55bab665c7cebcbba34a966 /lisp/ChangeLog | |
| parent | 6c5fa28d4f72c29ff5958095ebbb1623dc030346 (diff) | |
| download | emacs-53bc1e2982f6ac29a75ce63bc9a35bb19e0f58e1.tar.gz emacs-53bc1e2982f6ac29a75ce63bc9a35bb19e0f58e1.zip | |
* lisp/emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
there can't be more than 2 arguments.
Fixes: debbugs:17584
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1b886000014..fe34854ab53 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume | ||
| 4 | there can't be more than 2 arguments (bug#17584). | ||
| 5 | |||
| 1 | 2014-05-27 Glenn Morris <rgm@gnu.org> | 6 | 2014-05-27 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * simple.el (filter-buffer-substring-functions) | 8 | * simple.el (filter-buffer-substring-functions) |