summaryrefslogtreecommitdiff
path: root/lisp/play/yow.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-04-16 19:07:19 -0400
committerGlenn Morris <rgm@gnu.org>2012-04-16 19:07:19 -0400
commitf53a85a90a16970fe9dc15294a2ebdb984369c97 (patch)
tree2ffc4b46602ee7c75126be2c8b1104834afa188c /lisp/play/yow.el
parent1197ecfa84c35f9497a340845595e7e1040e455d (diff)
downloademacs-f53a85a90a16970fe9dc15294a2ebdb984369c97.tar.gz
Fix thinko in previous yow.el change
Diffstat (limited to 'lisp/play/yow.el')
-rw-r--r--lisp/play/yow.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/yow.el b/lisp/play/yow.el
index 864f49709fe..cb02a839cde 100644
--- a/lisp/play/yow.el
+++ b/lisp/play/yow.el
@@ -34,7 +34,7 @@
:prefix "yow-"
:group 'games)
-(defcustom yow-file (expand-file-name data-directory "yow.lines")
+(defcustom yow-file (expand-file-name "yow.lines" data-directory)
"File containing pertinent pinhead phrases."
:type 'file
:group 'yow)