]> git.eshelyaron.com Git - emacs.git/commitdiff
(mouse-yank-at-click, mouse-yank-secondary): Revert
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 1 Nov 2004 13:50:49 +0000 (13:50 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 1 Nov 2004 13:50:49 +0000 (13:50 +0000)
change from 2004-10-16.  '*' checks the current buffer, but the
mouse click may be in another buffer.

lisp/mouse.el

index 8f05324d84d6dec1e9e6014eebb213c107720d7f..2a467aa8069bedf25ca9d6758f8e9dc1fec23381 100644 (file)
@@ -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))