# HG changeset patch # User Richard M. Stallman # Date 774398238 0 # Node ID 3ff0307b8c0d38b3ab36bb0322fb59ccfc67ee74 # Parent 79a07b5d938a3a367df6c379c263db948fbae801 ([vertical-line C-mouse-2]): Bind it as in a scroll bar. diff -r 79a07b5d938a -r 3ff0307b8c0d lisp/mouse.el --- a/lisp/mouse.el Sat Jul 16 21:31:43 1994 +0000 +++ b/lisp/mouse.el Sat Jul 16 22:37:18 1994 +0000 @@ -1333,6 +1333,7 @@ (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)