/[emacs]/emacs/lisp/play/snake.el
ViewVC logotype

Diff of /emacs/lisp/play/snake.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by rms, Fri Feb 22 15:19:06 2002 UTC revision 1.7 by rms, Sun Mar 3 14:13:14 2002 UTC
# Line 82  Line 82 
82  (defvar snake-score-y snake-height  (defvar snake-score-y snake-height
83    "Y position of score.")    "Y position of score.")
84    
85  (defvar snake-score-file (concat temporary-file-directory "snake-scores")  ;; It is not safe to put this in /tmp.
86    ;; Someone could make a symlink in /tmp
87    ;; pointing to a file you don't want to clobber.
88    (defvar snake-score-file "~/.snake-scores")
89    "File for holding high scores.")    "File for holding high scores.")
90    
91  ;; ;;;;;;;;;;;;; display options ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;  ;; ;;;;;;;;;;;;; display options ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26