diff src/ChangeLog @ 110576:54834381dfd9

* src/insdel.c (prepare_to_modify_buffer): Ensure the mark marker is alive before using it (Bug#6977).
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 25 Sep 2010 15:50:13 -0400
parents 72166a5a538c
children aa7656773a38
line wrap: on
line diff
--- a/src/ChangeLog	Sat Sep 25 15:19:41 2010 -0400
+++ b/src/ChangeLog	Sat Sep 25 15:50:13 2010 -0400
@@ -1,3 +1,8 @@
+2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
+
+	* insdel.c (prepare_to_modify_buffer): Ensure the mark marker is
+	alive before using it (Bug#6977).
+
 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 	* xdisp.c (face_before_or_after_it_pos): EMACS_INT/int fixup.