Mercurial > emacs
diff src/ChangeLog @ 72272:f3b2e3e20e3b
(Fsubst_char_in_region): Redo the setup work after running
the before-change-functions since they may have altered the buffer.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 04 Aug 2006 15:22:09 +0000 |
parents | 792164bfdf71 |
children | eb0b545cf8c7 |
line wrap: on
line diff
--- a/src/ChangeLog Fri Aug 04 11:43:45 2006 +0000 +++ b/src/ChangeLog Fri Aug 04 15:22:09 2006 +0000 @@ -1,3 +1,8 @@ +2006-08-04 Stefan Monnier <monnier@iro.umontreal.ca> + + * editfns.c (Fsubst_char_in_region): Redo the setup work after running + the before-change-functions since they may have altered the buffer. + 2006-08-04 Ralf Angeli <angeli@caeruleus.net> * w32fns.c (w32_createwindow): Handle -geometry command line option