changeset 77250:50dd7a1e31f6

* xdisp.c (redisplay_window): When deciding whether or not to recenter, don't use the reset values of BEG_UNCHANGED and END_UNCHANGED.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 15 Apr 2007 21:50:18 +0000
parents 49b6a845b2e3
children e694d8ea818a
files src/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Apr 15 21:24:19 2007 +0000
+++ b/src/ChangeLog	Sun Apr 15 21:50:18 2007 +0000
@@ -1,3 +1,9 @@
+2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
+
+	* xdisp.c (redisplay_window): When deciding whether or not to
+	recenter, don't use the reset values of BEG_UNCHANGED and
+	END_UNCHANGED.
+
 2007-04-13  Kim F. Storm  <storm@cua.dk>
 
 	* buffer.c (Fkill_buffer): gcpro BUF during kill_buffer_processes