From 2d7502b55b52b9668c2c920f1bfa5bd437fb3b96 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 30 Jan 2004 16:53:11 +0000 Subject: [PATCH] (term-mouse-paste): Call mouse-set-point. --- lisp/term.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/term.el b/lisp/term.el index b329004c083..b1144268a09 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -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) -- 2.39.2