From: Richard M. Stallman Date: Sat, 16 Jul 1994 22:37:18 +0000 (+0000) Subject: ([vertical-line C-mouse-2]): Bind it as in a scroll bar. X-Git-Tag: emacs-19.34~7585 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b6522df6aa5876ed7eb6f33d2fff0246f9583937;p=emacs.git ([vertical-line C-mouse-2]): Bind it as in a scroll bar. --- 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)