[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/play/tetris.el
From: |
Francesco Potortì |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/play/tetris.el |
Date: |
Fri, 13 Sep 2002 09:33:10 -0400 |
Index: emacs/lisp/play/tetris.el
diff -c emacs/lisp/play/tetris.el:1.7 emacs/lisp/play/tetris.el:1.8
*** emacs/lisp/play/tetris.el:1.7 Sun Mar 3 11:09:28 2002
--- emacs/lisp/play/tetris.el Wed Apr 10 15:14:38 2002
***************
*** 153,159 ****
;; 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"
;; anybody with a well-connected server want to host this?
;(defvar tetris-score-file "/address@hidden:/pub/cgw/tetris-scores"
"File for holding high scores.")
--- 153,159 ----
;; 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"
;; anybody with a well-connected server want to host this?
;(defvar tetris-score-file "/address@hidden:/pub/cgw/tetris-scores"
"File for holding high scores.")
- [Emacs-diffs] Changes to emacs/lisp/play/tetris.el,
Francesco Potortì <=