/[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.254 by sds, Fri Oct 29 14:31:34 2004 UTC revision 1.255 by jhd, Mon Nov 1 13:50:49 2004 UTC
# Line 1112  and set mark at the beginning. Line 1112  and set mark at the beginning.
1112  Prefix arguments are interpreted as with \\[yank].  Prefix arguments are interpreted as with \\[yank].
1113  If `mouse-yank-at-point' is non-nil, insert at point  If `mouse-yank-at-point' is non-nil, insert at point
1114  regardless of where you click."  regardless of where you click."
1115    (interactive "*e\nP")    (interactive "e\nP")
1116    ;; Give temporary modes such as isearch a chance to turn off.    ;; Give temporary modes such as isearch a chance to turn off.
1117    (run-hooks 'mouse-leave-buffer-hook)    (run-hooks 'mouse-leave-buffer-hook)
1118    (or mouse-yank-at-point (mouse-set-point click))    (or mouse-yank-at-point (mouse-set-point click))
# Line 1414  The function returns a non-nil value if Line 1414  The function returns a non-nil value if
1414  Move point to the end of the inserted text.  Move point to the end of the inserted text.
1415  If `mouse-yank-at-point' is non-nil, insert at point  If `mouse-yank-at-point' is non-nil, insert at point
1416  regardless of where you click."  regardless of where you click."
1417    (interactive "*e")    (interactive "e")
1418    ;; Give temporary modes such as isearch a chance to turn off.    ;; Give temporary modes such as isearch a chance to turn off.
1419    (run-hooks 'mouse-leave-buffer-hook)    (run-hooks 'mouse-leave-buffer-hook)
1420    (or mouse-yank-at-point (mouse-set-point click))    (or mouse-yank-at-point (mouse-set-point click))

Legend:
Removed from v.1.254  
changed lines
  Added in v.1.255

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