]> git.eshelyaron.com Git - emacs.git/commit
New function for scroll-lock-mode to almost always scroll
authorMarco Wahl <marcowahlsoft@gmail.com>
Thu, 4 Jul 2019 20:32:44 +0000 (22:32 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 14 Jul 2019 06:23:20 +0000 (09:23 +0300)
commit352530ee0a52153a7936864275dce7f89e070a15
treead132f6c5f219c2fbddeae0b148efc9f487822ca
parent474bd9d4a0f57c55d8c7ab435885804062992d0f
New function for scroll-lock-mode to almost always scroll

* lisp/scroll-lock.el (scroll-lock-next-line-always-scroll): New
function.  Opposed to scroll-lock-next-line it does not switch to
forward-line at eob.  S-down is the default key binding for this
function.  (Bug#36494)
* test/lisp/scroll-lock-tests.el: A few tests for
scroll-lock-next-line-always-scroll.
* etc/NEWS: Announce the new command.
etc/NEWS
lisp/scroll-lock.el
test/lisp/scroll-lock-tests.el [new file with mode: 0644]