1
0
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:
Richard M. Stallman 2004-01-30 16:53:11 +00:00
parent 9e2d29b605
commit 2d7502b55b

View File

@ -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)