mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(term-mouse-paste): Call mouse-set-point.
This commit is contained in:
parent
9e2d29b605
commit
2d7502b55b
@ -1172,6 +1172,7 @@ without any interpretation."
|
||||
;; 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)
|
||||
(term-send-raw-string (current-kill (cond
|
||||
((listp arg) 0)
|
||||
((eq arg '-) -1)
|
||||
|
Loading…
Reference in New Issue
Block a user