]> git.eshelyaron.com Git - emacs.git/commitdiff
([vertical-scroll-bar C-mouse-2]): Split the window.
authorRichard M. Stallman <rms@gnu.org>
Thu, 7 Jul 1994 18:39:02 +0000 (18:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 7 Jul 1994 18:39:02 +0000 (18:39 +0000)
lisp/mouse.el

index 6bc7259e6e0e18ef636afa8d8453adb7443899d1..aaa11a7fca98e70b3c036543dc43ac37ec774674 100644 (file)
@@ -1333,6 +1333,7 @@ and selects that window."
 (global-set-key [mode-line mouse-2] 'mouse-delete-other-windows)
 (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)
 
 (provide 'mouse)