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/snake.el


From: Sam Steingold
Subject: [Emacs-diffs] Changes to emacs/lisp/play/snake.el
Date: Sun, 03 Mar 2002 11:09:29 -0500

Index: emacs/lisp/play/snake.el
diff -c emacs/lisp/play/snake.el:1.7 emacs/lisp/play/snake.el:1.8
*** emacs/lisp/play/snake.el:1.7        Sun Mar  3 09:13:14 2002
--- emacs/lisp/play/snake.el    Sun Mar  3 11:09:28 2002
***************
*** 83,91 ****
    "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 snake-score-file "~/.snake-scores")
    "File for holding high scores.")
  
  ;; ;;;;;;;;;;;;; display options ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
--- 83,91 ----
    "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 snake-score-file "~/.snake-scores"
    "File for holding high scores.")
  
  ;; ;;;;;;;;;;;;; display options ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



reply via email to

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