Mercurial > emacs
changeset 44485:2fd94b88c732
(tetris-score-file): Likewise.
author | Colin Walters <walters@gnu.org> |
---|---|
date | Wed, 10 Apr 2002 19:14:38 +0000 |
parents | d47ceb68ccc8 |
children | 7b98c268f335 |
files | lisp/play/tetris.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.")