changeset 100774:a4178854cfca

* follow.el (follow-calculate-first-window-start-from-below): Avoid looping forever if vertical-motion returns an unexpected value.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 30 Dec 2008 15:08:22 +0000
parents 901d646738f9
children e3c9285f6d49
files lisp/ChangeLog
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Dec 30 15:03:08 2008 +0000
+++ b/lisp/ChangeLog	Tue Dec 30 15:08:22 2008 +0000
@@ -11,7 +11,8 @@
 	visibility, use window-start and window-end instead of the less
 	accurate follow-pos-visible.  If the selected window is redrawn,
 	tell follow-redisplay to preserve it.
-
+	(follow-calculate-first-window-start-from-below): Avoid looping
+	forever if vertical-motion returns an unexpected value.
 
 2008-12-30  Andreas Schwab  <schwab@suse.de>