diff options
| author | Richard M. Stallman | 2004-01-30 16:53:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-01-30 16:53:11 +0000 |
| commit | 2d7502b55b52b9668c2c920f1bfa5bd437fb3b96 (patch) | |
| tree | 0077d1b8fd3a1f08216f3fa8fd7f8ef3c4f2473f | |
| parent | 9e2d29b605a4980beb909c46066ee5734b4d8b44 (diff) | |
| download | emacs-2d7502b55b52b9668c2c920f1bfa5bd437fb3b96.tar.gz emacs-2d7502b55b52b9668c2c920f1bfa5bd437fb3b96.zip | |
(term-mouse-paste): Call mouse-set-point.
| -rw-r--r-- | lisp/term.el | 1 |
1 files changed, 1 insertions, 0 deletions
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." | |||
| 1172 | ;; Give temporary modes such as isearch a chance to turn off. | 1172 | ;; Give temporary modes such as isearch a chance to turn off. |
| 1173 | (run-hooks 'mouse-leave-buffer-hook) | 1173 | (run-hooks 'mouse-leave-buffer-hook) |
| 1174 | (setq this-command 'yank) | 1174 | (setq this-command 'yank) |
| 1175 | (mouse-set-point click) | ||
| 1175 | (term-send-raw-string (current-kill (cond | 1176 | (term-send-raw-string (current-kill (cond |
| 1176 | ((listp arg) 0) | 1177 | ((listp arg) 0) |
| 1177 | ((eq arg '-) -1) | 1178 | ((eq arg '-) -1) |