]> git.eshelyaron.com Git - emacs.git/commit
Fix bug of 'mouse-drag-and-drop-region' to detect edges of region (Bug#31905)
authorTak Kunihiro <tkk@misasa.okayama-u.ac.jp>
Wed, 20 Jun 2018 07:27:50 +0000 (09:27 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Wed, 20 Jun 2018 07:27:50 +0000 (09:27 +0200)
commitd289e7e38a4769fad8a3390721f75d996d0e07b4
treeca84921820cb4f82d832a1ffec00ab8a835b18e3
parente292c0973cf7a92819d312ea8a828b67e6adf1ab
Fix bug of 'mouse-drag-and-drop-region' to detect edges of region (Bug#31905)

* lisp/mouse.el (mouse-drag-and-drop-region): Detect both the
beginning and the end of character of region during dragging
text.
lisp/mouse.el