Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e6eb4750
Commit
e6eb4750
authored
Apr 10, 2002
by
Colin Walters
Browse files
(snake-score-file): Default to just "snake-scores".
parent
baf9c39a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/play/snake.el
lisp/play/snake.el
+1
-1
No files found.
lisp/play/snake.el
View file @
e6eb4750
...
...
@@ -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 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment