diff options
| -rw-r--r-- | lisp/mouse.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index 8f05324d84d..2a467aa8069 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el | |||
| @@ -1112,7 +1112,7 @@ and set mark at the beginning. | |||
| 1112 | Prefix arguments are interpreted as with \\[yank]. | 1112 | Prefix arguments are interpreted as with \\[yank]. |
| 1113 | If `mouse-yank-at-point' is non-nil, insert at point | 1113 | If `mouse-yank-at-point' is non-nil, insert at point |
| 1114 | regardless of where you click." | 1114 | regardless of where you click." |
| 1115 | (interactive "*e\nP") | 1115 | (interactive "e\nP") |
| 1116 | ;; Give temporary modes such as isearch a chance to turn off. | 1116 | ;; Give temporary modes such as isearch a chance to turn off. |
| 1117 | (run-hooks 'mouse-leave-buffer-hook) | 1117 | (run-hooks 'mouse-leave-buffer-hook) |
| 1118 | (or mouse-yank-at-point (mouse-set-point click)) | 1118 | (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." | |||
| 1414 | Move point to the end of the inserted text. | 1414 | Move point to the end of the inserted text. |
| 1415 | If `mouse-yank-at-point' is non-nil, insert at point | 1415 | If `mouse-yank-at-point' is non-nil, insert at point |
| 1416 | regardless of where you click." | 1416 | regardless of where you click." |
| 1417 | (interactive "*e") | 1417 | (interactive "e") |
| 1418 | ;; Give temporary modes such as isearch a chance to turn off. | 1418 | ;; Give temporary modes such as isearch a chance to turn off. |
| 1419 | (run-hooks 'mouse-leave-buffer-hook) | 1419 | (run-hooks 'mouse-leave-buffer-hook) |
| 1420 | (or mouse-yank-at-point (mouse-set-point click)) | 1420 | (or mouse-yank-at-point (mouse-set-point click)) |