emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/play/tetris.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/play/tetris.el
Date: Sun, 03 Mar 2002 09:17:41 -0500

Index: emacs/lisp/play/tetris.el
diff -c emacs/lisp/play/tetris.el:1.5 emacs/lisp/play/tetris.el:1.6
*** emacs/lisp/play/tetris.el:1.5       Wed Jan 23 18:32:12 2002
--- emacs/lisp/play/tetris.el   Sun Mar  3 09:17:41 2002
***************
*** 150,156 ****
  (defvar tetris-score-y (+ tetris-next-y 6)
    "Y position of score.")
  
! (defvar tetris-score-file (concat temporary-file-directory "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.")
--- 150,159 ----
  (defvar tetris-score-y (+ tetris-next-y 6)
    "Y position of score.")
  
! ;; 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]