/[emacs]/emacs/lisp/mouse.el
ViewVC logotype

Diff of /emacs/lisp/mouse.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.249 by rms, Fri Jul 9 16:54:04 2004 UTC revision 1.250 by rms, Sat Oct 16 15:30:56 2004 UTC
# Line 1097  and set mark at the beginning. Line 1097  and set mark at the beginning.
1097  Prefix arguments are interpreted as with \\[yank].  Prefix arguments are interpreted as with \\[yank].
1098  If `mouse-yank-at-point' is non-nil, insert at point  If `mouse-yank-at-point' is non-nil, insert at point
1099  regardless of where you click."  regardless of where you click."
1100    (interactive "e\nP")    (interactive "*e\nP")
1101    ;; Give temporary modes such as isearch a chance to turn off.    ;; Give temporary modes such as isearch a chance to turn off.
1102    (run-hooks 'mouse-leave-buffer-hook)    (run-hooks 'mouse-leave-buffer-hook)
1103    (or mouse-yank-at-point (mouse-set-point click))    (or mouse-yank-at-point (mouse-set-point click))
# Line 1399  The function returns a non-nil value if Line 1399  The function returns a non-nil value if
1399  Move point to the end of the inserted text.  Move point to the end of the inserted text.
1400  If `mouse-yank-at-point' is non-nil, insert at point  If `mouse-yank-at-point' is non-nil, insert at point
1401  regardless of where you click."  regardless of where you click."
1402    (interactive "e")    (interactive "*e")
1403    ;; Give temporary modes such as isearch a chance to turn off.    ;; Give temporary modes such as isearch a chance to turn off.
1404    (run-hooks 'mouse-leave-buffer-hook)    (run-hooks 'mouse-leave-buffer-hook)
1405    (or mouse-yank-at-point (mouse-set-point click))    (or mouse-yank-at-point (mouse-set-point click))

Legend:
Removed from v.1.249  
changed lines
  Added in v.1.250

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26