]> git.eshelyaron.com Git - emacs.git/commit
Fix scrolling in hexl-mode when ruler-mode is on
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 8 Dec 2020 16:48:40 +0000 (17:48 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 8 Dec 2020 16:48:44 +0000 (17:48 +0100)
commit3440bd0d53233f6345bfa4260444c01e352834ad
tree62e4a159a62b5292c9ff2d29ec75acb81b0b2940
parent26b198cef987dc087994c8ce8bf852c4a37dbca0
Fix scrolling in hexl-mode when ruler-mode is on

* lisp/hexl.el (hexl-scroll-down):
(hexl-scroll-up): Take ruler-mode into account when computing the
number of lines (bug#7031).  These commands would previously jump
one line too many by default, skipping one line.
lisp/hexl.el