mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
* 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.
This commit is contained in:
parent
e83df530cf
commit
0770d7a0d0
1 changed files with 0 additions and 1 deletions
|
|
@ -1370,7 +1370,6 @@ Entry to this mode runs the hooks on `term-mode-hook'."
|
|||
(interactive "e")
|
||||
;; Give temporary modes such as isearch a chance to turn off.
|
||||
(run-hooks 'mouse-leave-buffer-hook)
|
||||
(setq this-command 'yank)
|
||||
(mouse-set-point click)
|
||||
;; As we have moved point, bind `select-active-regions' to prevent
|
||||
;; the `deactivate-mark' call in `term-send-raw-string' from
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue