diff options
Diffstat (limited to 'lisp/play/animate.el')
-rw-r--r-- | lisp/play/animate.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/animate.el b/lisp/play/animate.el index 4e74491ad33..3e72247320f 100644 --- a/lisp/play/animate.el +++ b/lisp/play/animate.el @@ -149,7 +149,7 @@ Strings will be separated from each other by SPACE lines." (animate-string (car list-of-strings) vpos) (setq vpos (+ vpos space 1)) (setq list-of-strings (cdr list-of-strings))))) - + ;;;###autoload (defun animate-birthday-present () "Display Sarah's birthday present in a new buffer." |