# HG changeset patch # User Chong Yidong # Date 1226686072 0 # Node ID f96d00b9bf04f384d075f877c4ee066285fddb1e # Parent d77be3ea56a385129ee79e9fed7767730bf4c8f0 * 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 -r d77be3ea56a3 -r f96d00b9bf04 lisp/ChangeLog --- 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 + + * 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):