]> git.eshelyaron.com Git - emacs.git/commit
Fix region display while dragging mouse
authorEli Zaretskii <eliz@gnu.org>
Sat, 30 Jul 2016 08:32:02 +0000 (11:32 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 23 Sep 2016 14:01:42 +0000 (17:01 +0300)
commitf746a92c3c6d12c09ae07ec24a4a1199aa7a0364
tree3181fef2aa928c5d1e116619da937e3776f29334
parentdf4f8125342bafe1d70130f84acfa67cc0c4a7f4
Fix region display while dragging mouse

* lisp/mouse.el (mouse-drag-track): Reset deactivate-mark in the
buffer of the drag event, to allow mark to be set and the region
be shown as we drag the mouse.  (Bug#24030)

This was backported from master
(cherry picked from commit 7d58b02f363ab02961faa950d1ba727df96f2f19)
lisp/mouse.el