From: Glenn Morris Date: Tue, 10 Apr 2007 03:53:49 +0000 (+0000) Subject: Fix typos. X-Git-Tag: emacs-pretest-22.0.98~165 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=760c1f3c569e59cc069cfae215dbce446b1c6493;p=emacs.git Fix typos. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e313ac9b7b6..99d9518beb7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,14 +1,21 @@ -2007-04-08 Alan Mackenzie +2007-04-10 Markus Triska + + * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move + to bytecomp.el as byte-compile-char-before). + * emacs-lisp/bytecomp.el (byte-compile-char-before): New + function (modified replacement for byte-optimize-char-before in + byte-opt.el). + +2007-04-09 Alan Mackenzie * startup.el (inhibit-splash-screen): Emphatically state that it can't be set in site-start.el. 2007-04-09 Masatake YAMATO - * progmodes/cc-subword.el (c-capitalize-subword): Implement - better mimic the behavior of `capitalize-word'. They no longer - move point with a negative argument. - Based on code by Paul Curry. + * progmodes/cc-subword.el (c-capitalize-subword): More closely + mimic the behavior of `capitalize-word'. Do not move point with a + negative argument. Based on tiny change by Paul Curry. 2007-04-09 Paul Curry (tiny change)