# HG changeset patch # User Colin Walters # Date 1018466078 0 # Node ID 2fd94b88c732459996e4dc4cc08c4a33e5143799 # Parent d47ceb68ccc8f869fc1b7e470e40431334a4a0a5 (tetris-score-file): Likewise. diff -r d47ceb68ccc8 -r 2fd94b88c732 lisp/play/tetris.el --- a/lisp/play/tetris.el Wed Apr 10 19:14:07 2002 +0000 +++ b/lisp/play/tetris.el Wed Apr 10 19:14:38 2002 +0000 @@ -153,7 +153,7 @@ ;; 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.")