diff options
author | Stephen Eglen <stephen@gnu.org> | 1998-04-05 16:14:58 +0000 |
---|---|---|
committer | Stephen Eglen <stephen@gnu.org> | 1998-04-05 16:14:58 +0000 |
commit | 323f7c491fa609efb16ab53da95c591e487e6f23 (patch) | |
tree | 9fb6a401ddd014bf5e8618a9c007ce3a457286f7 /lisp/play/dunnet.el | |
parent | a797a30d6b1555f0d778ecd8fee34c2ad8f42bc7 (diff) | |
download | emacs-323f7c491fa609efb16ab53da95c591e487e6f23.tar.gz |
Customized.
Diffstat (limited to 'lisp/play/dunnet.el')
-rw-r--r-- | lisp/play/dunnet.el | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el index a3f43ef0a03..58e06fd2348 100644 --- a/lisp/play/dunnet.el +++ b/lisp/play/dunnet.el @@ -33,9 +33,15 @@ ;;; The log file should be set for your system, and it must ;;; be writable by all. - -(defvar dun-log-file "/usr/local/dunnet.score" - "Name of file to store score information for dunnet.") +(defgroup dunnet nil + "Text adventure for Emacs." + :prefix "dun-" + :group 'games) + +(defcustom dun-log-file "/usr/local/dunnet.score" + "Name of file to store score information for dunnet." + :type 'file + :group 'dunnet) (if nil (eval-and-compile (setq byte-compile-warnings nil))) |