# HG changeset patch # User Eli Zaretskii # Date 1001788778 0 # Node ID 0abc55fceb8739a4b3450b3fee32e426f07d3383 # Parent 54c9c11abe9ea02291ed6f6b50bc9c82b216992d (tetris-score-file): Use temporary-file-directory instead of a literal "/tmp". Suggested by Robert . diff -r 54c9c11abe9e -r 0abc55fceb87 lisp/play/tetris.el --- a/lisp/play/tetris.el Sat Sep 29 18:37:22 2001 +0000 +++ b/lisp/play/tetris.el Sat Sep 29 18:39:38 2001 +0000 @@ -102,7 +102,7 @@ (defvar tetris-score-y (+ tetris-next-y 6) "Y position of score.") -(defvar tetris-score-file "/tmp/tetris-scores" +(defvar tetris-score-file (concat temporary-file-directory "tetris-scores") ;; anybody with a well-connected server want to host this? ;(defvar tetris-score-file "/anonymous@ftp.pgt.com:/pub/cgw/tetris-scores" "File for holding high scores.")