diff options
| -rw-r--r-- | lisp/play/snake.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/snake.el b/lisp/play/snake.el index d6ab90052c0..c4127f6fab0 100644 --- a/lisp/play/snake.el +++ b/lisp/play/snake.el | |||
| @@ -82,7 +82,7 @@ | |||
| 82 | (defvar snake-score-y snake-height | 82 | (defvar snake-score-y snake-height |
| 83 | "Y position of score.") | 83 | "Y position of score.") |
| 84 | 84 | ||
| 85 | (defvar snake-score-file "/tmp/snake-scores" | 85 | (defvar snake-score-file (concat temporary-file-directory "snake-scores") |
| 86 | "File for holding high scores.") | 86 | "File for holding high scores.") |
| 87 | 87 | ||
| 88 | ;; ;;;;;;;;;;;;; display options ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 88 | ;; ;;;;;;;;;;;;; display options ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |