Mercurial > emacs
diff src/ChangeLog @ 92243:c03d2269686e
(Finsert_file_contents): Don't reset undo_list if no change
is made to the buffer.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 27 Feb 2008 04:10:15 +0000 |
parents | ce06567a933d |
children | 8f8c5b24c42e |
line wrap: on
line diff
--- a/src/ChangeLog Tue Feb 26 21:35:04 2008 +0000 +++ b/src/ChangeLog Wed Feb 27 04:10:15 2008 +0000 @@ -1,3 +1,8 @@ +2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca> + + * fileio.c (Finsert_file_contents): Don't reset undo_list if no change + is made to the buffer. + 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca> * dispextern.h (face_at_buffer_position, face_for_overlay_string)