1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-04 20:27:45 +00:00

* follow.el (follow-calculate-first-window-start-from-below): Avoid

looping forever if vertical-motion returns an unexpected value.
This commit is contained in:
Chong Yidong 2008-12-30 15:08:22 +00:00
parent af2be00218
commit de70fe72cd

View File

@ -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>