# HG changeset patch # User Gerd Moellmann # Date 996661106 0 # Node ID 6b570d0e1cf304308a20eb13f16646d68d40e134 # Parent 0bfdfd449f4a38b6870af6a8caf46675f18f2fa6 Add Keywords and Maintainer. Remove a reference to a removed function. diff -r 0bfdfd449f4a -r 6b570d0e1cf3 lisp/play/animate.el --- a/lisp/play/animate.el Wed Aug 01 09:53:58 2001 +0000 +++ b/lisp/play/animate.el Wed Aug 01 10:18:26 2001 +0000 @@ -2,6 +2,9 @@ ;; Copyright (C) 2001 Free Software Foundation, Inc. +;; Maintainer: Richard Stallman +;; Keywords: games + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify @@ -25,8 +28,6 @@ ;; 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, @@ -130,4 +131,3 @@ (undo-boundary))) ;;; animate.el ends here -