]> git.eshelyaron.com Git - emacs.git/commit
Allow appending to the kill ring with mouse selections
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 19 Jun 2022 22:59:14 +0000 (00:59 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 19 Jun 2022 23:00:06 +0000 (01:00 +0200)
commite02ebe91379459efc9c5fc7bb9de38fcf0e59cd7
tree676fbd4c4800fd449ac772104f3c6ebb488a5b7e
parent694d7984a347652bd0ff337056b9e616dc5aaee8
Allow appending to the kill ring with mouse selections

* lisp/bindings.el (ignore-preserving-kill-region): New function.
(global-map): Use it.

* lisp/mouse.el (mouse-set-region, mouse-drag-region)
(mouse-drag-track): Allow appending to kill ring with mouse
selections (bug#32747).
lisp/bindings.el
lisp/mouse.el