]> git.eshelyaron.com Git - emacs.git/commitdiff
(top-level): Provide self.
authorGlenn Morris <rgm@gnu.org>
Thu, 5 Apr 2007 06:16:18 +0000 (06:16 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 5 Apr 2007 06:16:18 +0000 (06:16 +0000)
lisp/emacs-lisp/authors.el
lisp/play/animate.el

index d93d80e0c8eed4b12c8cc2be318def4a8ffaa8db..31464269567ea123473e89c9bf322ed39c5fdbc4 100644 (file)
@@ -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
index 9bad228315a54c46740555648ca4bd6a2c7082a6..1ac134bcd6bb34af1d5b74db42af674573e010d2 100644 (file)
@@ -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