# HG changeset patch # User Jan Dj¸«£rv # Date 1099317049 0 # Node ID e91b3798021f77b04492d52ca5f39927522cf716 # Parent 2c65a9fc7dec3de520a1333acaf908e9dd872d60 (mouse-yank-at-click, mouse-yank-secondary): Revert change from 2004-10-16. '*' checks the current buffer, but the mouse click may be in another buffer. diff -r 2c65a9fc7dec -r e91b3798021f lisp/mouse.el --- a/lisp/mouse.el Mon Nov 01 12:20:45 2004 +0000 +++ b/lisp/mouse.el Mon Nov 01 13:50:49 2004 +0000 @@ -1112,7 +1112,7 @@ Prefix arguments are interpreted as with \\[yank]. If `mouse-yank-at-point' is non-nil, insert at point regardless of where you click." - (interactive "*e\nP") + (interactive "e\nP") ;; Give temporary modes such as isearch a chance to turn off. (run-hooks 'mouse-leave-buffer-hook) (or mouse-yank-at-point (mouse-set-point click)) @@ -1414,7 +1414,7 @@ Move point to the end of the inserted text. If `mouse-yank-at-point' is non-nil, insert at point regardless of where you click." - (interactive "*e") + (interactive "e") ;; Give temporary modes such as isearch a chance to turn off. (run-hooks 'mouse-leave-buffer-hook) (or mouse-yank-at-point (mouse-set-point click))