diff options
author | Glenn Morris <rgm@gnu.org> | 2012-04-16 19:07:19 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-04-16 19:07:19 -0400 |
commit | f53a85a90a16970fe9dc15294a2ebdb984369c97 (patch) | |
tree | 2ffc4b46602ee7c75126be2c8b1104834afa188c /lisp/play/yow.el | |
parent | 1197ecfa84c35f9497a340845595e7e1040e455d (diff) | |
download | emacs-f53a85a90a16970fe9dc15294a2ebdb984369c97.tar.gz |
Fix thinko in previous yow.el change
Diffstat (limited to 'lisp/play/yow.el')
-rw-r--r-- | lisp/play/yow.el | 2 |
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) |