diff options
| author | Eli Zaretskii | 2007-02-02 14:42:38 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-02-02 14:42:38 +0000 |
| commit | 84e42e60e1660e9f20f0b2a785a08d452a8b12c2 (patch) | |
| tree | 456c58bbef65a853d0f27738e17e3e1d9a2ed3a5 | |
| parent | 4bbe413d84924183ffabfc4486edb5e5da0a3059 (diff) | |
| download | emacs-84e42e60e1660e9f20f0b2a785a08d452a8b12c2.tar.gz emacs-84e42e60e1660e9f20f0b2a785a08d452a8b12c2.zip | |
<left-fringe mouse-2, right-fringe mouse-3, left-fringe mouse-3>: New bindings.
| -rw-r--r-- | lisp/mouse.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index c221a9bee99..dae098ec117 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el | |||
| @@ -2426,7 +2426,10 @@ and selects that window." | |||
| 2426 | (global-set-key [mouse-2] 'mouse-yank-at-click) | 2426 | (global-set-key [mouse-2] 'mouse-yank-at-click) |
| 2427 | ;; Allow yanking also when the corresponding cursor is "in the fringe". | 2427 | ;; Allow yanking also when the corresponding cursor is "in the fringe". |
| 2428 | (global-set-key [right-fringe mouse-2] 'mouse-yank-at-click) | 2428 | (global-set-key [right-fringe mouse-2] 'mouse-yank-at-click) |
| 2429 | (global-set-key [left-fringe mouse-2] 'mouse-yank-at-click) | ||
| 2429 | (global-set-key [mouse-3] 'mouse-save-then-kill) | 2430 | (global-set-key [mouse-3] 'mouse-save-then-kill) |
| 2431 | (global-set-key [right-fringe mouse-3] 'mouse-save-then-kill) | ||
| 2432 | (global-set-key [left-fringe mouse-3] 'mouse-save-then-kill) | ||
| 2430 | 2433 | ||
| 2431 | ;; By binding these to down-going events, we let the user use the up-going | 2434 | ;; By binding these to down-going events, we let the user use the up-going |
| 2432 | ;; event to make the selection, saving a click. | 2435 | ;; event to make the selection, saving a click. |