changeset 82299:047f17a0a67f

* xdisp.c (redisplay_window): When restoring original buffer position, make sure it is still valid.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 06 Aug 2007 17:25:20 +0000
parents 0b0e460b400a
children 1830de49a52a
files src/ChangeLog
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Aug 06 17:19:26 2007 +0000
+++ b/src/ChangeLog	Mon Aug 06 17:25:20 2007 +0000
@@ -1,5 +1,8 @@
 2007-08-06  Chong Yidong  <cyd@stupidchicken.com>
 
+	* xdisp.c (redisplay_window): When restoring original buffer
+	position, make sure it is still valid.
+
 	* image.c (png_load): Ignore png-supplied background color.
 
 2007-08-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>