changeset 38708:456acc0ad1ee

Re-insert a reference to re-inserted function animate-birthday-present.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 06 Aug 2001 21:29:16 +0000
parents de39c1d96123
children 00a56d6da660
files lisp/ChangeLog lisp/play/animate.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Aug 06 21:23:24 2001 +0000
+++ b/lisp/ChangeLog	Mon Aug 06 21:29:16 2001 +0000
@@ -1,3 +1,7 @@
+2001-08-06  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>
+
+	* play/animate.el: re-insert a reference to re-inserted function.
+
 2001-08-06  Gerd Moellmann  <gerd@gnu.org>
 
 	* help.el (describe-function-1): Use
--- a/lisp/play/animate.el	Mon Aug 06 21:23:24 2001 +0000
+++ b/lisp/play/animate.el	Mon Aug 06 21:29:16 2001 +0000
@@ -28,6 +28,8 @@
 ;; makes the string STRING appear starting at VPOS, HPOS
 ;; by having each letter swoop into place from random starting position.
 
+;; animate-birthday-present was the first application of this program.
+
 ;;; Code:
 
 ;;; STRING is the string to be displayed,
@@ -165,4 +167,3 @@
   (animate-string "to stay!" 19 34))
 
 ;;; animate.el ends here
-