diff options
| author | Richard M. Stallman <rms@gnu.org> | 1994-07-16 22:37:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1994-07-16 22:37:18 +0000 |
| commit | b6522df6aa5876ed7eb6f33d2fff0246f9583937 (patch) | |
| tree | 481cbfe36e09cefcbe1e306be7e274d043cf2bb5 /lisp | |
| parent | 8137dca99f5bc80558091c72e86f079a6ade65c8 (diff) | |
| download | emacs-b6522df6aa5876ed7eb6f33d2fff0246f9583937.tar.gz | |
([vertical-line C-mouse-2]): Bind it as in a scroll bar.
Diffstat (limited to 'lisp')
| -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 ad79560a956..21264adf6ad 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -1333,6 +1333,7 @@ and selects that window." (global-set-key [mode-line mouse-3] 'mouse-delete-window) (global-set-key [mode-line C-mouse-2] 'mouse-split-window-horizontally) (global-set-key [vertical-scroll-bar C-mouse-2] 'mouse-split-window-vertically) +(global-set-key [vertical-line C-mouse-2] 'mouse-split-window-vertically) (provide 'mouse) |
