comparison lisp/play/snake.el @ 43655:1ae60187a39d

fixed parens in the last patch
author Sam Steingold <sds@gnu.org>
date Sun, 03 Mar 2002 16:09:28 +0000
parents 93a9551db080
children d47ceb68ccc8
comparison
equal deleted inserted replaced
43654:a6ae9785d3b6 43655:1ae60187a39d
81 81
82 (defvar snake-score-y snake-height 82 (defvar snake-score-y snake-height
83 "Y position of score.") 83 "Y position of score.")
84 84
85 ;; It is not safe to put this in /tmp. 85 ;; It is not safe to put this in /tmp.
86 ;; Someone could make a symlink in /tmp 86 ;; Someone could make a symlink in /tmp
87 ;; pointing to a file you don't want to clobber. 87 ;; pointing to a file you don't want to clobber.
88 (defvar snake-score-file "~/.snake-scores") 88 (defvar snake-score-file "~/.snake-scores"
89 "File for holding high scores.") 89 "File for holding high scores.")
90 90
91 ;; ;;;;;;;;;;;;; display options ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 91 ;; ;;;;;;;;;;;;; display options ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
92 92
93 (defvar snake-blank-options 93 (defvar snake-blank-options