# HG changeset patch # User Chong Yidong # Date 1230649702 0 # Node ID a4178854cfca0327927a14500e350d39df1ceaf3 # Parent 901d646738f948b9cf1d55cfcdd614d91f137927 * follow.el (follow-calculate-first-window-start-from-below): Avoid looping forever if vertical-motion returns an unexpected value. diff -r 901d646738f9 -r a4178854cfca lisp/ChangeLog --- 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