From: Glenn Morris <rgm@gnu.org>
Date: Thu, 5 Apr 2007 06:16:18 +0000 (+0000)
Subject: (top-level): Provide self.
X-Git-Tag: emacs-pretest-22.0.98~302
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c420eb369d88178bff2bedf3ac6a0543ab32fc67;p=emacs.git

(top-level): Provide self.
---

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
diff --git a/lisp/play/animate.el b/lisp/play/animate.el
index 9bad228315a..1ac134bcd6b 100644
--- a/lisp/play/animate.el
+++ b/lisp/play/animate.el
@@ -189,5 +189,7 @@ You can specify the one's name by NAME; the default value is \"Sarah\"."
   (animate-string "my sunshine" 18 34)
   (animate-string "to stay!" 19 34))
 
+(provide 'animate)
+
 ;;; arch-tag: 275289a3-6ac4-41da-b527-a1147045392f
 ;;; animate.el ends here