# HG changeset patch # User Chong Yidong # Date 1230653990 0 # Node ID 77846ef20f35154a67004684952785f0e0ed2123 # Parent b816bc48d9b24bd9ef8885f2e078e24c29eef415 * 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. diff -r b816bc48d9b2 -r 77846ef20f35 lisp/ChangeLog --- a/lisp/ChangeLog Tue Dec 30 15:10:39 2008 +0000 +++ b/lisp/ChangeLog Tue Dec 30 16:19:50 2008 +0000 @@ -1,3 +1,11 @@ +2008-12-30 Chong Yidong + + * 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 * follow.el (follow-calc-win-end): Use with-selected-window.