Mercurial > emacs
changeset 99543:f96d00b9bf04
* emacs-lisp/bytecomp.el (byte-compile-associative)
(byte-compile-minus, byte-compile-quo): If there are more than two
operands, don't use binary operation code (bug#1334).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 14 Nov 2008 18:07:52 +0000 |
parents | d77be3ea56a3 |
children | d0522fd272de |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Nov 14 13:53:21 2008 +0000 +++ b/lisp/ChangeLog Fri Nov 14 18:07:52 2008 +0000 @@ -1,3 +1,9 @@ +2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com> + + * emacs-lisp/bytecomp.el (byte-compile-associative) + (byte-compile-minus, byte-compile-quo): If there are more than two + operands, don't use binary operation code (bug#1334). + 2008-11-14 Juanma Barranquero <lekktu@gmail.com> * w32-fns.el (w32-shell-dos-semantics):