From 395f0100093e4b8b537e38c7c1a6bf417602bb75 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 23 Nov 2008 02:53:35 +0000 Subject: [PATCH] Fix typos. --- lisp/ChangeLog | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6c3c89b1d9e..a39021dce29 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 -- 2.39.2