From 492878e483c355e6851d72cb4e395f069cd02964 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 10 Jun 1992 02:47:07 +0000 Subject: *** empty log message *** --- lisp/window.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lisp/window.el') 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) -- cgit v1.2.3