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: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/lisp/play/snake.el
Date: Wed, 10 Apr 2002 15:14:07 -0400

Index: emacs/lisp/play/snake.el
diff -c emacs/lisp/play/snake.el:1.8 emacs/lisp/play/snake.el:1.9
*** emacs/lisp/play/snake.el:1.8        Sun Mar  3 11:09:28 2002
--- emacs/lisp/play/snake.el    Wed Apr 10 15:14:07 2002
***************
*** 85,91 ****
  ;; 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 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
--- 85,91 ----
  ;; 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]