From 2260cb2c32169f6b78a2d83bd462ee6437a12f96 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 30 Dec 2008 16:19:50 +0000 Subject: [PATCH] * 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. --- lisp/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 66a41e9256..0c9ec9fa8c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. -- 2.39.2