aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/window.el
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1992-06-10 02:47:07 +0000
committerJim Blandy <[email protected]>1992-06-10 02:47:07 +0000
commit492878e483c355e6851d72cb4e395f069cd02964 (patch)
tree2baa750cf47f09df16d5c89e719e4c81e23d67ca /lisp/window.el
parent4de86b16296516788a3c65d98b13464c4462549a (diff)
*** empty log message ***
Diffstat (limited to 'lisp/window.el')
-rw-r--r--lisp/window.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/window.el b/lisp/window.el
index e8ed74a955..25d90e777c 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)