emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mouse.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/mouse.el
Date: Sat, 16 Oct 2004 11:47:14 -0400

Index: emacs/lisp/mouse.el
diff -c emacs/lisp/mouse.el:1.249 emacs/lisp/mouse.el:1.250
*** emacs/lisp/mouse.el:1.249   Fri Jul  9 16:54:04 2004
--- emacs/lisp/mouse.el Sat Oct 16 15:30:56 2004
***************
*** 1097,1103 ****
  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")
    ;; 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))
--- 1097,1103 ----
  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")
    ;; 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))
***************
*** 1399,1405 ****
  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")
    ;; 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))
--- 1399,1405 ----
  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")
    ;; 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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]