diff options
| -rw-r--r-- | lisp/mouse.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index 6bc7259e6e0..aaa11a7fca9 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el | |||
| @@ -1333,6 +1333,7 @@ and selects that window." | |||
| 1333 | (global-set-key [mode-line mouse-2] 'mouse-delete-other-windows) | 1333 | (global-set-key [mode-line mouse-2] 'mouse-delete-other-windows) |
| 1334 | (global-set-key [mode-line mouse-3] 'mouse-delete-window) | 1334 | (global-set-key [mode-line mouse-3] 'mouse-delete-window) |
| 1335 | (global-set-key [mode-line C-mouse-2] 'mouse-split-window-horizontally) | 1335 | (global-set-key [mode-line C-mouse-2] 'mouse-split-window-horizontally) |
| 1336 | (global-set-key [vertical-scroll-bar C-mouse-2] 'mouse-split-window-vertically) | ||
| 1336 | 1337 | ||
| 1337 | (provide 'mouse) | 1338 | (provide 'mouse) |
| 1338 | 1339 | ||