summaryrefslogtreecommitdiff
path: root/lisp/play
diff options
context:
space:
mode:
authorColin Walters <walters@gnu.org>2002-04-10 19:14:38 +0000
committerColin Walters <walters@gnu.org>2002-04-10 19:14:38 +0000
commit76f1b321581abc6c5ede842129e3ccf7cdab185d (patch)
tree96d9b4f059a427a815af76b3a25dba72b092840d /lisp/play
parente6eb4750afdadfac988805abbe8a03ca2ba818df (diff)
downloademacs-76f1b321581abc6c5ede842129e3ccf7cdab185d.tar.gz
(tetris-score-file): Likewise.
Diffstat (limited to 'lisp/play')
-rw-r--r--lisp/play/tetris.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/tetris.el b/lisp/play/tetris.el
index 778d1ba6933..ea4025cdee4 100644
--- a/lisp/play/tetris.el
+++ b/lisp/play/tetris.el
@@ -153,7 +153,7 @@ Element 0 is ignored."
;; It is not safe to put this in /tmp.
;; Someone could make a symlink in /tmp
;; pointing to a file you don't want to clobber.
-(defvar tetris-score-file "~/.tetris-scores"
+(defvar tetris-score-file "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.")