From: Chong Yidong Date: Tue, 30 Dec 2008 15:08:22 +0000 (+0000) Subject: * follow.el (follow-calculate-first-window-start-from-below): Avoid X-Git-Tag: emacs-pretest-23.0.90~803 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=de70fe72cdd317bab6bb0b82950ab1f205bae98a;p=emacs.git * follow.el (follow-calculate-first-window-start-from-below): Avoid looping forever if vertical-motion returns an unexpected value. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 69fcc63b727..66a41e92565 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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