1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(gamegrid-user-score-file-directory): Use user-emacs-directory.

This commit is contained in:
Chong Yidong 2007-06-13 00:05:37 +00:00
parent 70fe488c38
commit 23afd1c8b6

View file

@ -66,7 +66,8 @@
(defvar gamegrid-score-file-length 50
"Number of high scores to keep")
(defvar gamegrid-user-score-file-directory "~/.emacs.d/games"
(defvar gamegrid-user-score-file-directory
(concat user-emacs-directory "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.")