diff options
author | Glenn Morris <rgm@gnu.org> | 2007-04-28 20:37:14 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-04-28 20:37:14 +0000 |
commit | 161039c9cfc7ee4dca5af7a9cdd8bffc4de515eb (patch) | |
tree | 3fe746a8c34221554ae8f47b8d02eaf86568c3c2 /lisp | |
parent | ed098f87860e552c5c8194c8daf40412353dd86a (diff) | |
download | emacs-161039c9cfc7ee4dca5af7a9cdd8bffc4de515eb.tar.gz emacs-161039c9cfc7ee4dca5af7a9cdd8bffc4de515eb.tar.bz2 emacs-161039c9cfc7ee4dca5af7a9cdd8bffc4de515eb.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f4ad45615bb..c69b8a71a55 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca> + + * progmodes/cc-mode.el (c-before-change): Use point-min rather + than 1. + 2007-04-28 Richard Stallman <rms@gnu.org> * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style. |