]> git.eshelyaron.com Git - emacs.git/commit
Bind mwheel-scroll on more parts of frame's display
authorStefan Kangas <stefankangas@gmail.com>
Sat, 22 Aug 2020 11:21:13 +0000 (13:21 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 22 Aug 2020 11:25:15 +0000 (13:25 +0200)
commit61fc4bf286da9081b822e9280e351ce7045868dc
tree773e24dfd26f7f321bcb4c29e3a8ab83148b591f
parent36bf4fa0b3ceef56a89ca657ce82bdc7ea10203f
Bind mwheel-scroll on more parts of frame's display

* lisp/mwheel.el (mouse-wheel-mode): Bind unmodified 'mwheel-scroll'
on scroll bars, fringes, margins, header and mode line.  (Bug#5557)
(mouse-wheel--create-scroll-keys): New helper function for
'mouse-wheel-mode'.
* test/lisp/mwheel-tests.el: New file.
etc/NEWS
lisp/mwheel.el
test/lisp/mwheel-tests.el [new file with mode: 0644]