diff options
| -rw-r--r-- | lisp/play/gamegrid.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/play/gamegrid.el b/lisp/play/gamegrid.el index a5689e6f0ea..0c49d81ec06 100644 --- a/lisp/play/gamegrid.el +++ b/lisp/play/gamegrid.el | |||
| @@ -66,7 +66,8 @@ | |||
| 66 | (defvar gamegrid-score-file-length 50 | 66 | (defvar gamegrid-score-file-length 50 |
| 67 | "Number of high scores to keep") | 67 | "Number of high scores to keep") |
| 68 | 68 | ||
| 69 | (defvar gamegrid-user-score-file-directory "~/.emacs.d/games" | 69 | (defvar gamegrid-user-score-file-directory |
| 70 | (concat user-emacs-directory "games") | ||
| 70 | "A directory for game scores which can't be shared. | 71 | "A directory for game scores which can't be shared. |
| 71 | If Emacs was built without support for shared game scores, then this | 72 | If Emacs was built without support for shared game scores, then this |
| 72 | directory will be used.") | 73 | directory will be used.") |