From: Richard M. Stallman Date: Thu, 7 Jul 1994 18:39:02 +0000 (+0000) Subject: ([vertical-scroll-bar C-mouse-2]): Split the window. X-Git-Tag: emacs-19.34~7679 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9926ab6410cd0a4bdb54a0b51664c353b4193ccc;p=emacs.git ([vertical-scroll-bar C-mouse-2]): Split the window. --- 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." (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)