]> git.eshelyaron.com Git - emacs.git/commitdiff
(term-mouse-paste): Call mouse-set-point.
authorRichard M. Stallman <rms@gnu.org>
Fri, 30 Jan 2004 16:53:11 +0000 (16:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 30 Jan 2004 16:53:11 +0000 (16:53 +0000)
lisp/term.el

index b329004c0836c488f645078ffb3be196db20e4e6..b1144268a09ee03faa4c6ce8d7ca6924bb88c3de 100644 (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)