diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-22 04:22:42 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-22 04:22:42 +0000 |
commit | 3a801d0c71755fad1c33585e7ed54d9dc240999c (patch) | |
tree | 0a6b35ee3f4a44a00d17dcc21da41e86d46ce734 /lisp/emacs-lisp/autoload.el | |
parent | 9750e079ddb0df24810a8a19a3210616d3f71db9 (diff) | |
download | emacs-3a801d0c71755fad1c33585e7ed54d9dc240999c.tar.gz emacs-3a801d0c71755fad1c33585e7ed54d9dc240999c.tar.bz2 emacs-3a801d0c71755fad1c33585e7ed54d9dc240999c.zip |
*** empty log message ***
Diffstat (limited to 'lisp/emacs-lisp/autoload.el')
-rw-r--r-- | lisp/emacs-lisp/autoload.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index c1740717e69..c8f73cf1ddf 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el @@ -1,11 +1,10 @@ ;;; autoload.el --- maintain autoloads in loaddefs.el. +;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc. +;;; ;; Author: Roland McGrath <roland@gnu.ai.mit.edu> -;; Last-Modified: 24 Jun 1992 ;; Keyword: internal -;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc. -;;; ;;; This program is free software; you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 2, or (at your option) |