]> git.eshelyaron.com Git - emacs.git/commit
In follow mode, prevent the cursor resting on a partially displayed line
authorAlan Mackenzie <acm@muc.de>
Wed, 3 Oct 2018 15:57:15 +0000 (15:57 +0000)
committerAlan Mackenzie <acm@muc.de>
Wed, 3 Oct 2018 15:57:15 +0000 (15:57 +0000)
commit99f45ee42c5554d606407f6da37700e9bf86bd35
tree5f80a013a2649f9c0985c377f21f9de88df844fe
parentea77c6594e5ccc9057ca664ef1dea766ca291b8e
In follow mode, prevent the cursor resting on a partially displayed line

Don't merge to master.  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