diff options
author | Glenn Morris <rgm@gnu.org> | 2007-04-05 06:16:18 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-04-05 06:16:18 +0000 |
commit | c420eb369d88178bff2bedf3ac6a0543ab32fc67 (patch) | |
tree | 105d48e397eaeba1d04e91b675495c8db1fec5aa /lisp/emacs-lisp | |
parent | 4f57f9a3030f28e43294f11b7d82f97d7ac28552 (diff) | |
download | emacs-c420eb369d88178bff2bedf3ac6a0543ab32fc67.tar.gz emacs-c420eb369d88178bff2bedf3ac6a0543ab32fc67.tar.bz2 emacs-c420eb369d88178bff2bedf3ac6a0543ab32fc67.zip |
(top-level): Provide self.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/authors.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index d93d80e0c8e..31464269567 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el @@ -688,5 +688,7 @@ the Emacs source tree, from which to build the file." (authors root) (write-file file))) +(provide 'authors) + ;;; arch-tag: 659d5900-5ff2-43b0-954c-a315cc1e4dc1 ;;; authors.el ends here |