diff options
Diffstat (limited to 'lisp/mouse.el')
| -rw-r--r-- | lisp/mouse.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index 043c78578db..4e11b1d4c96 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el | |||
| @@ -2398,6 +2398,8 @@ and selects that window." | |||
| 2398 | (global-set-key [right-fringe mouse-1] 'mouse-set-point) | 2398 | (global-set-key [right-fringe mouse-1] 'mouse-set-point) |
| 2399 | 2399 | ||
| 2400 | (global-set-key [mouse-2] 'mouse-yank-at-click) | 2400 | (global-set-key [mouse-2] 'mouse-yank-at-click) |
| 2401 | ;; Allow yanking also when the corresponding cursor is "in the fringe". | ||
| 2402 | (global-set-key [right-fringe mouse-2] [mouse-2]) | ||
| 2401 | (global-set-key [mouse-3] 'mouse-save-then-kill) | 2403 | (global-set-key [mouse-3] 'mouse-save-then-kill) |
| 2402 | 2404 | ||
| 2403 | ;; By binding these to down-going events, we let the user use the up-going | 2405 | ;; By binding these to down-going events, we let the user use the up-going |