]> git.eshelyaron.com Git - emacs.git/commit
Support drag and drop of region by mouse (Bug#26725)
authorTak Kunihiro <tkk@misasa.okayama-u.ac.jp>
Sat, 27 May 2017 11:57:11 +0000 (14:57 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 May 2017 11:57:11 +0000 (14:57 +0300)
commitc0f2c298772fbb1dcaa1da3e9c2760e09147e115
tree17d694e3cedd4a3f756c6e0deae131fafb8e0e62
parent6f63c7cb6a02d913d195410e4df85fad5832db06
Support drag and drop of region by mouse (Bug#26725)

* doc/emacs/frames.texi (Drag and Drop): Document support of drag
and drop region by mouse.
* lisp/mouse.el (mouse-drag-region): Call mouse-drag-and-drop-region
when start-event is on region.
(mouse-drag-and-drop-region): New function, moves the region by
(mouse-drag-and-drop-region): New defcustom.
* etc/NEWS: Mention mouse-drag-and-drop-region.
doc/emacs/frames.texi
etc/NEWS
lisp/mouse.el