From: Dave Love Date: Sun, 8 Oct 2000 17:32:00 +0000 (+0000) Subject: (spook-phrases-file): Use expand-file-name, not X-Git-Tag: emacs-pretest-21.0.90~1034 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1a601ad89e639ecd01ac2b25ee1458a9cdea702f;p=emacs.git (spook-phrases-file): Use expand-file-name, not concat. --- 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)