Mercurial > emacs
diff lisp/ChangeLog @ 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 | 20014579730d |
children | 77846ef20f35 |
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>