From b6522df6aa5876ed7eb6f33d2fff0246f9583937 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 16 Jul 1994 22:37:18 +0000 Subject: [PATCH] ([vertical-line C-mouse-2]): Bind it as in a scroll bar. --- lisp/mouse.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5