# HG changeset patch # User Colin Walters # Date 1018466047 0 # Node ID d47ceb68ccc8f869fc1b7e470e40431334a4a0a5 # Parent 366f1df9138ba84123c2734b5c45cc9f68a3c32e (snake-score-file): Default to just "snake-scores". diff -r 366f1df9138b -r d47ceb68ccc8 lisp/play/snake.el --- a/lisp/play/snake.el Wed Apr 10 19:13:35 2002 +0000 +++ b/lisp/play/snake.el Wed Apr 10 19:14:07 2002 +0000 @@ -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 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;