]> git.eshelyaron.com Git - emacs.git/commit
* lisp/term.el (term-mouse-paste) Do not treat as a yank command (bug#58608)
authorPhil Sainty <psainty@orcon.net.nz>
Sun, 26 Mar 2023 12:19:19 +0000 (01:19 +1300)
committerPhil Sainty <psainty@orcon.net.nz>
Sun, 26 Mar 2023 12:19:19 +0000 (01:19 +1300)
commit0770d7a0d084ffa3287b4232ef548f885d6fa4b4
tree9b23419d9f745234c7bfabdb157b37d3e012d444
parente83df530cf715d3130e6f34f015d901527f79b5b
* lisp/term.el (term-mouse-paste) Do not treat as a yank command (bug#58608)

This command sends the primary selection to the inferior process
rather than inserting it into the buffer, and it's entirely up to the
process as to whether anything at all gets inserted into the buffer as
a result, so this is not a `yank' as far as Emacs is concerned.
lisp/term.el