# HG changeset patch # User Glenn Morris # Date 1176177059 0 # Node ID 7e706a2dbdabfc63d87b061829050a9cdc0c6dec # Parent 70416dff78932de8de84993cca85bda270f9b28a Fix typos. diff -r 70416dff7893 -r 7e706a2dbdab lisp/ChangeLog --- a/lisp/ChangeLog Mon Apr 09 23:42:37 2007 +0000 +++ b/lisp/ChangeLog Tue Apr 10 03:50:59 2007 +0000 @@ -1,14 +1,13 @@ -2007-04-08 Alan Mackenzie +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)