From e6eb4750afdadfac988805abbe8a03ca2ba818df Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 10 Apr 2002 19:14:07 +0000 Subject: [PATCH] (snake-score-file): Default to just "snake-scores". --- lisp/play/snake.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ ;; 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" +(defvar snake-score-file "snake-scores" "File for holding high scores.") ;; ;;;;;;;;;;;;; display options ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -- 2.39.2