]> git.eshelyaron.com Git - emacs.git/commit
Implement DELETE selection target for cross program drags
authorPo Lu <luangruo@yahoo.com>
Sat, 2 Apr 2022 06:59:08 +0000 (14:59 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 2 Apr 2022 06:59:08 +0000 (14:59 +0800)
commit0a32037c92be331d4f44401109e90ff826494b6d
tree5f9ab5c52d6d4cc0d6125a8d3e3df3c806cf95ad
parent35ad6bc2acf1c5a76c9f46cd0c7b64e72a88e2ea
Implement DELETE selection target for cross program drags

* lisp/mouse.el (mouse-drag-and-drop-region): Make sure mark
stays deactivated if a "cut" operation was performed.
* lisp/select.el (xselect-convert-to-delete): Don't clear
selection contents if it's the XdndSelection.
lisp/mouse.el
lisp/select.el