Mercurial > emacs
changeset 32296:dbb638e8f5d5
(spook-phrases-file): Use expand-file-name, not
concat.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sun, 08 Oct 2000 17:32:00 +0000 |
parents | a25a7ebfcb34 |
children | 5a9159a46fe5 |
files | lisp/play/spook.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/play/spook.el Sun Oct 08 17:30:59 2000 +0000 +++ b/lisp/play/spook.el Sun Oct 08 17:32:00 2000 +0000 @@ -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)