aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play/yow.el
diff options
context:
space:
mode:
authorStephen Eglen <[email protected]>1998-04-05 16:14:58 +0000
committerStephen Eglen <[email protected]>1998-04-05 16:14:58 +0000
commit323f7c491fa609efb16ab53da95c591e487e6f23 (patch)
tree9fb6a401ddd014bf5e8618a9c007ce3a457286f7 /lisp/play/yow.el
parenta797a30d6b1555f0d778ecd8fee34c2ad8f42bc7 (diff)
Customized.
Diffstat (limited to 'lisp/play/yow.el')
-rw-r--r--lisp/play/yow.el11
1 files changed, 9 insertions, 2 deletions
diff --git a/lisp/play/yow.el b/lisp/play/yow.el
index 501758e94a..42a421f2b6 100644
--- a/lisp/play/yow.el
+++ b/lisp/play/yow.el
@@ -35,8 +35,15 @@
(require 'cookie1)
-(defvar yow-file (concat data-directory "yow.lines")
- "File containing pertinent pinhead phrases.")
+(defgroup yow nil
+ "Quote random zippyisms."
+ :prefix "yow-"
+ :group 'games)
+
+(defcustom yow-file (concat data-directory "yow.lines")
+ "File containing pertinent pinhead phrases."
+ :type 'file
+ :group 'yow)
(defconst yow-load-message "Am I CONSING yet?...")
(defconst yow-after-load-message "I have SEEN the CONSING!!")