Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
100773:901d646738f9 | 100774:a4178854cfca |
---|---|
9 (follow-redisplay): New arg, to keep selected window unchanged. | 9 (follow-redisplay): New arg, to keep selected window unchanged. |
10 (follow-post-command-hook): In final check for destination | 10 (follow-post-command-hook): In final check for destination |
11 visibility, use window-start and window-end instead of the less | 11 visibility, use window-start and window-end instead of the less |
12 accurate follow-pos-visible. If the selected window is redrawn, | 12 accurate follow-pos-visible. If the selected window is redrawn, |
13 tell follow-redisplay to preserve it. | 13 tell follow-redisplay to preserve it. |
14 | 14 (follow-calculate-first-window-start-from-below): Avoid looping |
15 forever if vertical-motion returns an unexpected value. | |
15 | 16 |
16 2008-12-30 Andreas Schwab <schwab@suse.de> | 17 2008-12-30 Andreas Schwab <schwab@suse.de> |
17 | 18 |
18 * server.el (server-running-p): Remove interactive spec. Fix | 19 * server.el (server-running-p): Remove interactive spec. Fix |
19 regexp. | 20 regexp. |