aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/play')
-rw-r--r--lisp/play/gamegrid.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/gamegrid.el b/lisp/play/gamegrid.el
index 36362f2d49..824e55043e 100644
--- a/lisp/play/gamegrid.el
+++ b/lisp/play/gamegrid.el
@@ -65,7 +65,7 @@
"Number of high scores to keep")
(defvar gamegrid-user-score-file-directory
- (concat user-emacs-directory "games")
+ (locate-user-emacs-file "games/")
"A directory for game scores which can't be shared.
If Emacs was built without support for shared game scores, then this
directory will be used.")