]> git.eshelyaron.com Git - emacs.git/commitdiff
(gamegrid-user-score-file-directory): Use user-emacs-directory.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 13 Jun 2007 00:05:37 +0000 (00:05 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 13 Jun 2007 00:05:37 +0000 (00:05 +0000)
lisp/play/gamegrid.el

index a5689e6f0eaf774584b0512bc7ea2ecd8731e741..0c49d81ec06bb91bdd3ebade8392079049364bf2 100644 (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.")