]> 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:18:37 +0000 (01:18 +1300)
commite83df530cf715d3130e6f34f015d901527f79b5b
treeabfe15d0ab2d27bb03fb6a0f7ec406ad0d21ddcf
parent1671e2db8a8d43da58c2f250c314a70aba199e09
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