diff lisp/emacs-lisp/autoload.el @ 662:8a533acedb77

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:54:21 +0000
parents 70b112526394
children 540b047ece4d
line wrap: on
line diff
--- a/lisp/emacs-lisp/autoload.el	Sat May 30 23:52:26 1992 +0000
+++ b/lisp/emacs-lisp/autoload.el	Sat May 30 23:54:21 1992 +0000
@@ -1,4 +1,5 @@
-;;; Maintain autoloads in loaddefs.el.
+;;; autoload.el --- maintain autoloads in loaddefs.el.
+
 ;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc.
 ;;; Written by Roland McGrath.
 ;;;
@@ -289,3 +290,4 @@
 
 (provide 'autoload)
 
+;;; autoload.el ends here