Mercurial > emacs
changeset 8174:0c7bcd40a21e
([vertical-scroll-bar C-mouse-2]): Split the window.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 07 Jul 1994 18:39:02 +0000 |
parents | b7e668cac751 |
children | c3bc5fca374f |
files | lisp/mouse.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mouse.el Thu Jul 07 16:58:14 1994 +0000 +++ b/lisp/mouse.el Thu Jul 07 18:39:02 1994 +0000 @@ -1333,6 +1333,7 @@ (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)