From a7c29c442c8d8f852b3fbf41885276ba95a3b160 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 29 Sep 2001 18:37:22 +0000 Subject: [PATCH] (snake-score-file): Use temporary-file-directory instead of a literal "/tmp". Suggested by Robert . --- lisp/play/snake.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ (defvar snake-score-y snake-height "Y position of score.") -(defvar snake-score-file "/tmp/snake-scores" +(defvar snake-score-file (concat temporary-file-directory "snake-scores") "File for holding high scores.") ;; ;;;;;;;;;;;;; display options ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -- 2.39.5