diff options
| author | Gerd Moellmann <gerd@gnu.org> | 2001-08-01 10:18:26 +0000 |
|---|---|---|
| committer | Gerd Moellmann <gerd@gnu.org> | 2001-08-01 10:18:26 +0000 |
| commit | 5bb97b2621a69dae20b74b6966b19aa7fd910982 (patch) | |
| tree | a5acd2c0bcbccf919379ffb2b595224a8d9ad0ab /lisp | |
| parent | ddc2474766ebcc995a25d95feedde65223ead7b7 (diff) | |
| download | emacs-5bb97b2621a69dae20b74b6966b19aa7fd910982.tar.gz | |
Add Keywords and Maintainer. Remove a
reference to a removed function.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/play/animate.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/play/animate.el b/lisp/play/animate.el index ee0c070912f..e7ac1a231ea 100644 --- a/lisp/play/animate.el +++ b/lisp/play/animate.el @@ -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 - |
