From: Richard M. Stallman Date: Fri, 30 Jan 2004 16:53:11 +0000 (+0000) Subject: (term-mouse-paste): Call mouse-set-point. X-Git-Tag: ttn-vms-21-2-B4~7785 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2d7502b55b52b9668c2c920f1bfa5bd437fb3b96;p=emacs.git (term-mouse-paste): Call mouse-set-point. --- 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)