From: Chong Yidong Date: Fri, 14 Nov 2008 18:07:52 +0000 (+0000) Subject: * emacs-lisp/bytecomp.el (byte-compile-associative) X-Git-Tag: emacs-pretest-23.0.90~1844 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0d496d4941407389e53fe9f33d905f621f00b967;p=emacs.git * 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). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f0ae8992dbf..9110f890267 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2008-11-14 Shigeru Fukaya + + * 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 * w32-fns.el (w32-shell-dos-semantics):