]> git.eshelyaron.com Git - emacs.git/commit
Add new minor mode to deactivate the region once PRIMARY is lost
authorPo Lu <luangruo@yahoo.com>
Sat, 9 Jul 2022 01:07:07 +0000 (09:07 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 9 Jul 2022 01:07:22 +0000 (09:07 +0800)
commit35ae8d9f3b18c34a6e6c594afcc442e7aaa5fe29
tree1334f0af09634f84f320ddd45d47a0ab893fa8b9
parent3d3aaf3af3e497e5ed1aa5924c73fadf45ea3eef
Add new minor mode to deactivate the region once PRIMARY is lost

* doc/emacs/killing.texi (Primary Selection): Document new minor
mode `lost-selection-mode'.
* etc/NEWS: Announce new minor mode.
* lisp/select.el (lost-selection-function): New function.
(lost-selection-mode): New global minor mode.
doc/emacs/killing.texi
etc/NEWS
lisp/select.el