# HG changeset patch # User Glenn Morris # Date 1175753778 0 # Node ID c08b3dd3e46544d56894eb27becdd99643935bfd # Parent 6be0994c422e3dbb4172dc335d957bfd4cdbc726 (top-level): Provide self. diff -r 6be0994c422e -r c08b3dd3e465 lisp/emacs-lisp/authors.el --- 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 diff -r 6be0994c422e -r c08b3dd3e465 lisp/play/animate.el --- 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