diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-11-22 15:11:36 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-11-22 15:11:36 +0000 |
commit | 60e8e0a5fc8d9fad216588dd31df5b89d38a383b (patch) | |
tree | 008d21c0b08204793023fabc66c32278c46feb2c /lisp/emacs-lisp | |
parent | 980d836ef46b254e6dda8e9e87604af200bd5872 (diff) | |
download | emacs-60e8e0a5fc8d9fad216588dd31df5b89d38a383b.tar.gz emacs-60e8e0a5fc8d9fad216588dd31df5b89d38a383b.tar.bz2 emacs-60e8e0a5fc8d9fad216588dd31df5b89d38a383b.zip |
Remove autoload cookied, add author,
maintainer, keywords tags.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/authors.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index 1e5c48323e8..e818ca88d6c 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el @@ -2,6 +2,10 @@ ;; Copyright (C) 2000 Free Software Foundation, Inc. +;; Author: Gerd Moellmann <gerd@gnu.org> +;; Maintainer: FSF +;; Keywords: maint + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify @@ -418,7 +422,6 @@ CHANGES is an alist of entries (FILE ACTION...), as produced by (insert author " (changed) " file "\n")))))))) -;;;###autoload (defun authors (root) "Extract author information from change logs and Lisp source files. ROOT is the root directory under which to find the files. If called @@ -451,7 +454,6 @@ buffer *Authors* containing authorship information." (pop-to-buffer buffer-name)))) -;;;###autoload (defun batch-update-authors () "Produce an AUTHORS file. Call this function in batch mode with two command line arguments FILE |