]> code.delx.au - gnu-emacs/commitdiff
* follow.el (follow-select-if-visible): Improve the check for the
authorChong Yidong <cyd@stupidchicken.com>
Tue, 30 Dec 2008 16:19:50 +0000 (16:19 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 30 Dec 2008 16:19:50 +0000 (16:19 +0000)
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

index 66a41e925652249f0abca396f518c7c5f6002be0..0c9ec9fa8c8aace0315e003609aca95b0186696b 100644 (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.