mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
(tetris-score-file): Use temporary-file-directory
instead of a literal "/tmp". Suggested by Robert <robert@chezmarshall.freeserve.co.uk>.
This commit is contained in:
parent
a7c29c442c
commit
d0100d57b4
@ -1,3 +1,11 @@
|
||||
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
|
||||
|
@ -102,7 +102,7 @@ Element 0 is ignored.")
|
||||
(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.")
|
||||
|
Loading…
Reference in New Issue
Block a user