Fix thinko in previous yow.el change

This commit is contained in:
Glenn Morris 2012-04-16 19:07:19 -04:00
parent 1197ecfa84
commit f53a85a90a

View file

@ -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)