diff src/ChangeLog @ 111080:b5615f1dafcc

* insdel.c (prepare_to_modify_buffer): Don't set saved-region-selection if modification hooks are disabled.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 21 Oct 2010 13:27:32 -0400
parents 3c2bab829253
children caebfc6134af
line wrap: on
line diff
--- a/src/ChangeLog	Thu Oct 21 10:05:23 2010 +0200
+++ b/src/ChangeLog	Thu Oct 21 13:27:32 2010 -0400
@@ -1,3 +1,8 @@
+2010-10-21  Chong Yidong  <cyd@stupidchicken.com>
+
+	* insdel.c (prepare_to_modify_buffer): Don't set
+	saved-region-selection if modification hooks are disabled.
+
 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
 
 	* cmds.c (Fdelete_char): Doc fix.