diff lisp/autoinsert.el @ 662:8a533acedb77

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:54:21 +0000
parents 289ee39b1637
children 4f28bd14272c
line wrap: on
line diff
--- a/lisp/autoinsert.el	Sat May 30 23:52:26 1992 +0000
+++ b/lisp/autoinsert.el	Sat May 30 23:54:21 1992 +0000
@@ -1,4 +1,5 @@
-;; Automatic mode-dependent insertion of text into new files.
+;;; autoinsert.el --- automatic mode-dependent insertion of text into new files
+
 ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -90,3 +91,5 @@
 (setq find-file-not-found-hooks
       (cons 'insert-auto-insert-files
 	    find-file-not-found-hooks))
+
+;;; autoinsert.el ends here