aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mouse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index a5f208baf11..47f3aebcd18 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -2416,7 +2416,7 @@ and selects that window."
2416 2416
2417(global-set-key [mouse-2] 'mouse-yank-at-click) 2417(global-set-key [mouse-2] 'mouse-yank-at-click)
2418;; Allow yanking also when the corresponding cursor is "in the fringe". 2418;; Allow yanking also when the corresponding cursor is "in the fringe".
2419(global-set-key [right-fringe mouse-2] [mouse-2]) 2419(global-set-key [right-fringe mouse-2] 'mouse-yank-at-click)
2420(global-set-key [mouse-3] 'mouse-save-then-kill) 2420(global-set-key [mouse-3] 'mouse-save-then-kill)
2421 2421
2422;; By binding these to down-going events, we let the user use the up-going 2422;; By binding these to down-going events, we let the user use the up-going