]> git.eshelyaron.com Git - emacs.git/commit
Bind Scroll_Lock to scroll-lock-mode globally
authorStefan Kangas <stefankangas@gmail.com>
Tue, 20 Aug 2019 17:04:16 +0000 (19:04 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 4 Oct 2019 16:02:45 +0000 (18:02 +0200)
commit591c8bc70fc5f0e1de5aa9a05800375ca4da8587
tree5c51faaff0ae7ffdece2f4bc771a6f04e69caeeb
parentef8fadf8c1399b4ce7086141ebf96610b6475df2
Bind Scroll_Lock to scroll-lock-mode globally

* lisp/bindings.el (global-map): Bind Scroll_Lock to
scroll-lock-mode.  (Bug#6861)
* lisp/scroll-lock.el (scroll-lock-mode): Note that the binding will
not work if 'w32-scroll-lock-modifier' is non-nil.
* etc/NEWS: Announce it.
etc/NEWS
lisp/bindings.el
lisp/scroll-lock.el