]> git.eshelyaron.com Git - emacs.git/commitdiff
Add Keywords and Maintainer. Remove a
authorGerd Moellmann <gerd@gnu.org>
Wed, 1 Aug 2001 10:18:26 +0000 (10:18 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 1 Aug 2001 10:18:26 +0000 (10:18 +0000)
reference to a removed function.

lisp/play/animate.el

index ee0c070912f11ff344f08de72ca05242601855dd..e7ac1a231eab97152af297f7fac2bfb37b24dcd7 100644 (file)
@@ -2,6 +2,9 @@
 
 ;; Copyright (C) 2001 Free Software Foundation, Inc.
 
+;; Maintainer: Richard Stallman <rms@gnu.org>
+;; 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 @@ in the current window."
     (undo-boundary)))
 
 ;;; animate.el ends here
-