From: Colin Walters Date: Wed, 10 Apr 2002 19:14:38 +0000 (+0000) Subject: (tetris-score-file): Likewise. X-Git-Tag: ttn-vms-21-2-B4~15704 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76f1b321581abc6c5ede842129e3ccf7cdab185d;p=emacs.git (tetris-score-file): Likewise. --- 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.")