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/landmark.el | |
parent | 8b9145b6ef713fdc1ac60cd6504afd0b28a71f92 (diff) | |
download | emacs-d2fe66859ec60af7bec6b6d7fbd8ff7106d54ed7.tar.gz |
Seed RNG on loading.
Diffstat (limited to 'lisp/play/landmark.el')
-rw-r--r-- | lisp/play/landmark.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/play/landmark.el b/lisp/play/landmark.el index 4fe126fec0a..e8d0b21f47d 100644 --- a/lisp/play/landmark.el +++ b/lisp/play/landmark.el @@ -1705,6 +1705,8 @@ Use \\[describe-mode] for more info." ;;;allout-layout: (0 : -1 -1 0) ;;;End: +(random t) + (provide 'landmark) ;;; arch-tag: ae5031be-96e6-459e-a3df-1df53117d3f2 |