# HG changeset patch # User Juanma Barranquero # Date 1227408815 0 # Node ID 37c5485deb0e37339df35001a87cf0cea170258a # Parent 8a94bc84a0e528bd89d0f21c92d7e7699c3b0b52 Fix typos. diff -r 8a94bc84a0e5 -r 37c5485deb0e lisp/ChangeLog --- a/lisp/ChangeLog Sun Nov 23 02:26:56 2008 +0000 +++ b/lisp/ChangeLog Sun Nov 23 02:53:35 2008 +0000 @@ -76,12 +76,12 @@ 2008-11-22 Michael Kifer - * viper.el: date change. + * viper.el: Date change. * viper-cmd.el (viper-envelop-ESC-key): viper-translate-all-ESC-keysequences is now a function. - * viper-init (viper-translate-all-ESC-keysequences): make this variable + * viper-init (viper-translate-all-ESC-keysequences): Make this variable. 2008-11-22 Stefan Monnier @@ -142,14 +142,14 @@ (byte-optimize-plus): Don't call byte-optimize-delay-constants-math (bug#1334). Use byte-optimize-predicate to optimize constants. - (byte-optimize-minus): Don't call - byte-optimize-delay-constants-math. Remove zero arguments first + (byte-optimize-minus): Don't call byte-optimize-delay-constants-math. + Remove zero arguments first if possible. Call byte-optimize-predicate to optimize constants. (byte-optimize-multiply): Remove optimizations for arguments of 0 and 2, which may be inaccurate. Optimize (* x -1) to (- x). Call byte-optimize-predicate. (byte-optimize-divide): Leave runtime errors unchanged. - Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of + Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate. 2008-11-21 Juanma Barranquero