]> git.eshelyaron.com Git - emacs.git/commitdiff
* emacs-lisp/bytecomp.el (byte-compile-associative)
authorChong Yidong <cyd@stupidchicken.com>
Fri, 14 Nov 2008 18:07:52 +0000 (18:07 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 14 Nov 2008 18:07:52 +0000 (18:07 +0000)
(byte-compile-minus, byte-compile-quo): If there are more than two
operands, don't use binary operation code (bug#1334).

lisp/ChangeLog

index f0ae8992dbf95d2c41d215596adceb7f90a038ea..9110f890267b27cb768e9d267624f023ee27d2f4 100644 (file)
@@ -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):