summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/play/spook.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/spook.el b/lisp/play/spook.el
index 527bdda94f0..d9178613973 100644
--- a/lisp/play/spook.el
+++ b/lisp/play/spook.el
@@ -45,7 +45,7 @@
:prefix "spook-"
:group 'games)
-(defcustom spook-phrases-file (concat data-directory "spook.lines")
+(defcustom spook-phrases-file (expand-file-name "spook.lines" data-directory)
"Keep your favorite phrases here."
:type 'file
:group 'spook)