]> git.eshelyaron.com Git - emacs.git/commitdiff
Re-insert a reference to re-inserted function animate-birthday-present.
authorPavel Janík <Pavel@Janik.cz>
Mon, 6 Aug 2001 21:29:16 +0000 (21:29 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 6 Aug 2001 21:29:16 +0000 (21:29 +0000)
lisp/ChangeLog
lisp/play/animate.el

index d4b6e0ab083cc3a3128fe861e0a31167072587f4..b9557b89d736fe768cc417b786414dbc3248edab 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-06  Pavel Jan\e,Bm\e(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
index 24d8d73ce067c1e9341a56aa43e4c23768d761cb..4b20e8476161788836068aa0a7068bf88d6a4157 100644 (file)
@@ -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 @@ in the current window."
   (animate-string "to stay!" 19 34))
 
 ;;; animate.el ends here
-