aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/play/snake.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/snake.el b/lisp/play/snake.el
index b2413910a6f..034ee5539a5 100644
--- a/lisp/play/snake.el
+++ b/lisp/play/snake.el
@@ -85,7 +85,7 @@
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 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;