1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-29 11:02:01 +00:00

* 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.