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/play | |
parent | 4f57f9a3030f28e43294f11b7d82f97d7ac28552 (diff) | |
download | emacs-c420eb369d88178bff2bedf3ac6a0543ab32fc67.tar.gz |
(top-level): Provide self.
Diffstat (limited to 'lisp/play')
-rw-r--r-- | lisp/play/animate.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 |