aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-04-05 06:16:18 +0000
committerGlenn Morris2007-04-05 06:16:18 +0000
commitc420eb369d88178bff2bedf3ac6a0543ab32fc67 (patch)
tree105d48e397eaeba1d04e91b675495c8db1fec5aa
parent4f57f9a3030f28e43294f11b7d82f97d7ac28552 (diff)
downloademacs-c420eb369d88178bff2bedf3ac6a0543ab32fc67.tar.gz
emacs-c420eb369d88178bff2bedf3ac6a0543ab32fc67.zip
(top-level): Provide self.
-rw-r--r--lisp/emacs-lisp/authors.el2
-rw-r--r--lisp/play/animate.el2
2 files changed, 4 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."
688 (authors root) 688 (authors root)
689 (write-file file))) 689 (write-file file)))
690 690
691(provide 'authors)
692
691;;; arch-tag: 659d5900-5ff2-43b0-954c-a315cc1e4dc1 693;;; arch-tag: 659d5900-5ff2-43b0-954c-a315cc1e4dc1
692;;; authors.el ends here 694;;; 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\"."
189 (animate-string "my sunshine" 18 34) 189 (animate-string "my sunshine" 18 34)
190 (animate-string "to stay!" 19 34)) 190 (animate-string "to stay!" 19 34))
191 191
192(provide 'animate)
193
192;;; arch-tag: 275289a3-6ac4-41da-b527-a1147045392f 194;;; arch-tag: 275289a3-6ac4-41da-b527-a1147045392f
193;;; animate.el ends here 195;;; animate.el ends here