]> git.eshelyaron.com Git - emacs.git/commit
Fix follow-scroll-down in a small buffer which starts slightly scrolled
authorAlan Mackenzie <acm@muc.de>
Sat, 13 Nov 2021 18:33:17 +0000 (18:33 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 13 Nov 2021 18:33:17 +0000 (18:33 +0000)
commitd4536ff2572931b105198a85a452a777d6d3a1ff
tree1ad74f81ba1757e91d6171f528f881a659de657d
parent480241983ea91e31ca4d757fe91df84d1d11d3c9
Fix follow-scroll-down in a small buffer which starts slightly scrolled

This fixes bug #51814.

* lisp/follow.el (follow-scroll-down): Do away with the optimization of doing
vertical-motion over only one window.  Instead move over all windows, to
checck for being close to point-min, and setting point accordingly.
lisp/follow.el