]> code.delx.au - gnu-emacs/blobdiff - lisp/play/animate.el
Update copyright year to 2015
[gnu-emacs] / lisp / play / animate.el
index 9919600202f246e1bcb8d94dca0e67be5cf94ca4..e869f2c124b1c18226561924a6c8e8893a4779a5 100644 (file)
@@ -1,6 +1,6 @@
 ;;; animate.el --- make text dance
 
-;; Copyright (C) 2001-2012 Free Software Foundation, Inc.
+;; Copyright (C) 2001-2015 Free Software Foundation, Inc.
 
 ;; Maintainer: Richard Stallman <rms@gnu.org>
 ;; Keywords: games
@@ -201,8 +201,6 @@ the buffer *Birthday-Present-for-Name*."
   (animate-string "my sunshine" 18 34)
   (animate-string "to stay!" 19 34))
 
-(random t)
-
 (provide 'animate)
 
 ;;; animate.el ends here