]> git.eshelyaron.com Git - emacs.git/commit
Fix primary selection modification during `term-mouse-paste' (bug#58608)
authorPhil Sainty <psainty@orcon.net.nz>
Sun, 26 Mar 2023 12:06:52 +0000 (01:06 +1300)
committerPhil Sainty <psainty@orcon.net.nz>
Sun, 26 Mar 2023 12:17:22 +0000 (01:17 +1300)
commita952bdd6af081ef78f25f20d0a6cde612ce10df0
treecf2fe575464f96829f78890da59f93fbc3072521
parentb08bf8286059cb75166401c8cad01e3661cb8833
Fix primary selection modification during `term-mouse-paste' (bug#58608)

* lisp/term.el (term-mouse-paste): Prevent the primary selection from
being changed in the process of sending it to the inferior process.
lisp/term.el