diff 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
line wrap: on
line diff
--- a/lisp/play/snake.el	Sun Mar 03 14:17:47 2002 +0000
+++ b/lisp/play/snake.el	Sun Mar 03 16:09:28 2002 +0000
@@ -83,9 +83,9 @@
   "Y position of score.")
 
 ;; It is not safe to put this in /tmp.
-;; Someone could make a symlink 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 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;