summaryrefslogtreecommitdiff
path: root/lisp/play/5x5.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-04-05 06:29:42 +0000
committerGlenn Morris <rgm@gnu.org>2007-04-05 06:29:42 +0000
commitd2fe66859ec60af7bec6b6d7fbd8ff7106d54ed7 (patch)
tree499bb31a03a4fc4353e9de7d9a01a11b7d596f68 /lisp/play/5x5.el
parent8b9145b6ef713fdc1ac60cd6504afd0b28a71f92 (diff)
downloademacs-d2fe66859ec60af7bec6b6d7fbd8ff7106d54ed7.tar.gz
Seed RNG on loading.
Diffstat (limited to 'lisp/play/5x5.el')
-rw-r--r--lisp/play/5x5.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/play/5x5.el b/lisp/play/5x5.el
index 5dad84fadc5..5cf0c37fb62 100644
--- a/lisp/play/5x5.el
+++ b/lisp/play/5x5.el
@@ -519,6 +519,8 @@ in progress because it is an animated attempt."
(y-or-n-p prompt)
t))
+(random t)
+
(provide '5x5)
;;; arch-tag: ec4dabd5-572d-41ea-b48c-ec5ce0d68fa9