* follow.el (follow-select-if-visible): Improve the check for the

last line of the window.
(follow-post-command-hook): Perform redisplay in more circumstances,
to avoid getting point stuck on partially visible lines.
This commit is contained in:
Chong Yidong 2008-12-30 16:19:50 +00:00
parent 7f714baf38
commit 2260cb2c32

View file

@ -1,3 +1,11 @@
2008-12-30 Chong Yidong <cyd@stupidchicken.com>
* follow.el (follow-select-if-visible): Improve the check for the
last line of the window.
(follow-post-command-hook): Perform redisplay in more
circumstances, to avoid getting point stuck on partially visible
lines.
2008-12-30 Chong Yidong <cyd@stupidchicken.com>
* follow.el (follow-calc-win-end): Use with-selected-window.