Mercurial > emacs
changeset 76951:c08b3dd3e465
(top-level): Provide self.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 05 Apr 2007 06:16:18 +0000 |
parents | 6be0994c422e |
children | 1842898590ae |
files | lisp/emacs-lisp/authors.el lisp/play/animate.el |
diffstat | 2 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/authors.el Thu Apr 05 06:15:53 2007 +0000 +++ b/lisp/emacs-lisp/authors.el Thu Apr 05 06:16:18 2007 +0000 @@ -688,5 +688,7 @@ (authors root) (write-file file))) +(provide 'authors) + ;;; arch-tag: 659d5900-5ff2-43b0-954c-a315cc1e4dc1 ;;; authors.el ends here
--- a/lisp/play/animate.el Thu Apr 05 06:15:53 2007 +0000 +++ b/lisp/play/animate.el Thu Apr 05 06:16:18 2007 +0000 @@ -189,5 +189,7 @@ (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