]> git.eshelyaron.com Git - emacs.git/commit
In follow mode, prevent the cursor resting on a partially displayed line
authorAlan Mackenzie <acm@muc.de>
Mon, 15 Oct 2018 19:48:25 +0000 (19:48 +0000)
committerAlan Mackenzie <acm@muc.de>
Mon, 15 Oct 2018 19:48:25 +0000 (19:48 +0000)
commit1439d89f4dd3c156ddd4f6877075ffe76456c21a
tree53a7fb0b5ac0daa81389659267e4da9a5771d790
parent3d91dc1bb5aeecda786ebe1805c33d14c8bd89fa
In follow mode, prevent the cursor resting on a partially displayed line

This fixes bug #32848

* lisp/follow.el (follow-adjust-window): If point ends up in a partially
displayed line in a left hand or middle window, move it one line forward, to
prevent unwanted scrolling should make-cursor-line-fully-visible be non-nil.
lisp/follow.el