instead of a literal "/tmp". Suggested by Robert
<robert@chezmarshall.freeserve.co.uk>.
+2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * play/snake.el (snake-score-file): Use temporary-file-directory
+ instead of a literal "/tmp". Suggested by Robert
+ <robert@chezmarshall.freeserve.co.uk>.
+
+ * play/tetris.el (tetris-score-file): Ditto.
+
2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
* apropos.el (apropos-print): Make the directions inserted at the
(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.")