diff lisp/ChangeLog @ 550:1638aacf421d

[xemacs-hg @ 2001-05-21 02:15:12 by martinb] Fix incorrect optimization: (= 0 0 (random 2)) ==> 0 or 1.
author martinb
date Mon, 21 May 2001 02:15:12 +0000
parents 2b0ea82d329f
children 93749ba3e629
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon May 21 01:54:05 2001 +0000
+++ b/lisp/ChangeLog	Mon May 21 02:15:12 2001 +0000
@@ -1,3 +1,9 @@
+2001-05-21  Martin Buchholz  <martin@xemacs.org>
+
+	* byte-optimize.el (=): `=' is not a binary predicate!
+	Fix incorrect optimization: (= 0 0 (random 2)) ==> 0 or 1.
+	Use byte-optimize-predicate, not byte-optimize-binary-predicate,
+
 2001-05-20  Martin Buchholz  <martin@xemacs.org>
 
 	* bytecomp.el (byte-compile-arithcompare):