diff lisp/window.el @ 656:d74e65773062

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 19:21:46 +0000
parents 4fa4f423f981
children 793483bd29fe
line wrap: on
line diff
--- a/lisp/window.el	Sat May 30 18:52:42 1992 +0000
+++ b/lisp/window.el	Sat May 30 19:21:46 1992 +0000
@@ -1,4 +1,5 @@
-;; GNU Emacs window commands aside from those written in C.
+;;; windows.el --- GNU Emacs window commands aside from those written in C.
+
 ;; Copyright (C) 1985, 1989 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -124,3 +125,5 @@
 (define-key ctl-x-map "7" 'register-to-window-config)
 (define-key ctl-x-map "}" 'enlarge-window-horizontally)
 (define-key ctl-x-map "{" 'shrink-window-horizontally)
+
+;;; windows.el ends here