diff options
author | Glenn Morris <rgm@gnu.org> | 2007-04-05 06:29:42 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-04-05 06:29:42 +0000 |
commit | d2fe66859ec60af7bec6b6d7fbd8ff7106d54ed7 (patch) | |
tree | 499bb31a03a4fc4353e9de7d9a01a11b7d596f68 /lisp/play/animate.el | |
parent | 8b9145b6ef713fdc1ac60cd6504afd0b28a71f92 (diff) | |
download | emacs-d2fe66859ec60af7bec6b6d7fbd8ff7106d54ed7.tar.gz |
Seed RNG on loading.
Diffstat (limited to 'lisp/play/animate.el')
-rw-r--r-- | lisp/play/animate.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/play/animate.el b/lisp/play/animate.el index 1ac134bcd6b..9d180a5f338 100644 --- a/lisp/play/animate.el +++ b/lisp/play/animate.el @@ -189,6 +189,8 @@ You can specify the one's name by NAME; the default value is \"Sarah\"." (animate-string "my sunshine" 18 34) (animate-string "to stay!" 19 34)) +(random t) + (provide 'animate) ;;; arch-tag: 275289a3-6ac4-41da-b527-a1147045392f |