]> git.eshelyaron.com Git - emacs.git/commit
Fix bob detection when pixel scrolling upwards
authorPo Lu <luangruo@yahoo.com>
Fri, 10 Dec 2021 03:30:07 +0000 (11:30 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 10 Dec 2021 03:30:07 +0000 (11:30 +0800)
commit59db96d83ae837b3a3d82a979cd97a271bcd86bf
treed22a3594b1e9d3d6af899ed5862aefb6dd34541f
parent2e4740f04239ee441685b2f43d156efcf6359383
Fix bob detection when pixel scrolling upwards

* lisp/pixel-scroll.el (pixel-point-and-height-at-unseen-line):
Don't go to the beginning-of-visual-line if bobp.
lisp/pixel-scroll.el