diff lisp/files.el @ 662:8a533acedb77

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:54:21 +0000
parents 40b255f55df3
children c7d478752305
line wrap: on
line diff
--- a/lisp/files.el	Sat May 30 23:52:26 1992 +0000
+++ b/lisp/files.el	Sat May 30 23:54:21 1992 +0000
@@ -1,4 +1,5 @@
-;; File input and output commands for Emacs
+;;; files.el --- file input and output commands for Emacs
+
 ;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -1382,3 +1383,5 @@
 (define-key ctl-x-3-map "b" 'switch-to-buffer-other-screen)
 (define-key ctl-x-3-map "f" 'find-file-other-screen)
 (define-key ctl-x-3-map "r" 'find-file-read-only-other-screen)
+
+;;; files.el ends here