]> git.eshelyaron.com Git - emacs.git/commit
Adjust cursor column when auto-scrolling during rectangle selection
authorMattias Engdegård <mattiase@acm.org>
Mon, 16 Dec 2019 21:42:16 +0000 (22:42 +0100)
committerMattias Engdegård <mattiase@acm.org>
Tue, 17 Dec 2019 09:04:05 +0000 (10:04 +0100)
commit4b2c2faab83fe3b13430b837be7d450b5cd47caf
treed2dba939ab265b812c5ba121b0705c939dfab33e
parent1a2445c45f901d9d939f2992dd8e616e5d7cb9ca
Adjust cursor column when auto-scrolling during rectangle selection

* lisp/mouse.el (mouse-drag-region-rectangle):
Move cursor to the correct column during auto-scrolling both when
crutches are used and not (bug#38641).  Reported by Konrad Podczeck.
lisp/mouse.el