changeset 38626:6b570d0e1cf3

Add Keywords and Maintainer. Remove a reference to a removed function.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 01 Aug 2001 10:18:26 +0000
parents 0bfdfd449f4a
children 6520def531cc
files lisp/play/animate.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 <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 @@
     (undo-boundary)))
 
 ;;; animate.el ends here
-