# HG changeset patch # User Pavel Jank # Date 997133356 0 # Node ID 456acc0ad1ee3cafdce3f0616dfbef5ec0f32a0e # Parent de39c1d96123b81d60c025a9505d8e052082b443 Re-insert a reference to re-inserted function animate-birthday-present. diff -r de39c1d96123 -r 456acc0ad1ee lisp/ChangeLog --- 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 + + * play/animate.el: re-insert a reference to re-inserted function. + 2001-08-06 Gerd Moellmann * help.el (describe-function-1): Use diff -r de39c1d96123 -r 456acc0ad1ee lisp/play/animate.el --- 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 -