From 0d496d4941407389e53fe9f33d905f621f00b967 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 14 Nov 2008 18:07:52 +0000 Subject: [PATCH] * 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). --- lisp/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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): -- 2.39.2