comparison lisp/play/gamegrid.el @ 81348:fc9041cfe332

(gamegrid-user-score-file-directory): Use user-emacs-directory.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 13 Jun 2007 00:05:37 +0000
parents 5c5cfff568a1
children b98604865ea0 3619e7770f2e
comparison
equal deleted inserted replaced
81347:2a989ff22a03 81348:fc9041cfe332
64 (defvar gamegrid-buffer-start 1) 64 (defvar gamegrid-buffer-start 1)
65 65
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.")
73 74
74 (make-variable-buffer-local 'gamegrid-use-glyphs) 75 (make-variable-buffer-local 'gamegrid-use-glyphs)