comparison lisp/ChangeLog @ 77083:304a180098d2

(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.
author Masatake YAMATO <jet@gyve.org>
date Mon, 09 Apr 2007 13:01:30 +0000
parents c783ccac00cf
children 2dc5932f8a49
comparison
equal deleted inserted replaced
77082:c783ccac00cf 77083:304a180098d2
1 2007-04-09 Masatake YAMATO <jet@gyve.org>
2
3 * progmodes/cc-subword.el (c-capitalize-subword): Implement
4 better mimic the behavior of `capitalize-word'. They no longer
5 move point with a negative argument.
6 Based on code by Paul Curry.
7
1 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change) 8 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
2 9
3 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword): 10 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
4 Don't move point if ARG is netagive. 11 Don't move point if ARG is netagive.
5 12