From c420eb369d88178bff2bedf3ac6a0543ab32fc67 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 5 Apr 2007 06:16:18 +0000 Subject: [PATCH] (top-level): Provide self. --- lisp/emacs-lisp/authors.el | 2 ++ lisp/play/animate.el | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.39.5