aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJan Djärv <[email protected]>2004-11-01 13:50:49 +0000
committerJan Djärv <[email protected]>2004-11-01 13:50:49 +0000
commita4cabe41c25d17c79d25191fe64f28a0e209caf6 (patch)
tree3d3eed00e4529bc821357c1f3028adc95ad709cf /lisp
parent03a693b48abb72239e081a1a583e1e21aa07638f (diff)
(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.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mouse.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 8f05324d84..2a467aa806 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -1112,7 +1112,7 @@ and set mark at the beginning.
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 @@ The function returns a non-nil value if it creates a secondary selection."
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))