1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00

Re-insert a reference to re-inserted function animate-birthday-present.

This commit is contained in:
Pavel Janík 2001-08-06 21:29:16 +00:00
parent 86f9d5aff1
commit d1d850d6ab
2 changed files with 6 additions and 1 deletions

View File

@ -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

View 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