]> git.eshelyaron.com Git - emacs.git/commit
New setting for mouse-drag-copy-region to not put "" onto kill ring
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 9 Jun 2022 13:57:04 +0000 (15:57 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 9 Jun 2022 13:58:28 +0000 (15:58 +0200)
commit8cb7682e885c943228299c4e6b7adb6a398c8aae
treebe5338c4308f5ba4890cc39d04221a471100fb2c
parente99f41f03a97641ee05ba4a27f8b91c190f55df1
New setting for mouse-drag-copy-region to not put "" onto kill ring

* doc/emacs/frames.texi (Mouse Commands): Document it.
* lisp/mouse.el (mouse-drag-copy-region): Add value (bug#17211)
for not putting "" strings onto the kill ring.
(mouse-set-region, mouse-save-then-kill): Use the new value.
doc/emacs/frames.texi
etc/NEWS
lisp/mouse.el