diff options
author | Jim Blandy <jimb@redhat.com> | 1992-06-10 02:47:07 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-06-10 02:47:07 +0000 |
commit | c9efec0ec06f2211a9c17332e77e7632a90520a3 (patch) | |
tree | 1e32f750877618723c2af744a3cd769f65b6d889 /lisp/window.el | |
parent | 8a142e81f846537295e04eee527358f46c5ad88b (diff) | |
download | emacs-c9efec0ec06f2211a9c17332e77e7632a90520a3.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/window.el')
-rw-r--r-- | lisp/window.el | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/window.el b/lisp/window.el index e8ed74a9553..25d90e777cf 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -1,12 +1,11 @@ ;;; windows.el --- GNU Emacs window commands aside from those written in C. - -;; Copyright (C) 1985, 1989 Free Software Foundation, Inc. +;;; Copyright (C) 1985, 1989, 1992 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 1, or (at your option) +;; the Free Software Foundation; either version 2, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, @@ -119,7 +118,7 @@ Use with a register previously set with \\[window-config-to-register]." (set-window-configuration (get-register name))) (define-key ctl-x-map "2" 'split-window-vertically) -(define-key ctl-x-map "5" 'split-window-horizontally) +(define-key ctl-x-map "3" 'split-window-horizontally) (define-key ctl-x-map "6" 'window-config-to-register) (define-key ctl-x-map "7" 'register-to-window-config) (define-key ctl-x-map "}" 'enlarge-window-horizontally) |