summaryrefslogtreecommitdiff
path: root/lisp/window.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 19:21:46 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 19:21:46 +0000
commitfc0a18c1c07916a6d166a21a217ce46477c1101c (patch)
tree758bc87ef14028fbb235052a2f5c84ca98ddb997 /lisp/window.el
parent597e3d2c318aef9df60a8dab6ddacc8b68c55c5a (diff)
downloademacs-fc0a18c1c07916a6d166a21a217ce46477c1101c.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/window.el')
-rw-r--r--lisp/window.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/window.el b/lisp/window.el
index fe36479ed4b..5101fa04eeb 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -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 @@ Use with a register previously set with \\[window-config-to-register]."
(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