]> git.eshelyaron.com Git - emacs.git/commitdiff
([vertical-line C-mouse-2]): Bind it as in a scroll bar.
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 Jul 1994 22:37:18 +0000 (22:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 Jul 1994 22:37:18 +0000 (22:37 +0000)
lisp/mouse.el

index ad79560a956ce3a654dc6c0b1de771e2a5862f69..21264adf6ad92b8577cc9a1bf533aa1386f0be9f 100644 (file)
@@ -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)