projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a234d2
)
(Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]: Default to
author
Colin Walters
<walters@gnu.org>
Mon, 29 Apr 2002 22:56:39 +0000
(22:56 +0000)
committer
Colin Walters
<walters@gnu.org>
Mon, 29 Apr 2002 22:56:39 +0000
(22:56 +0000)
"~/.emacs.d/games".
src/callproc.c
patch
|
blob
|
history
diff --git
a/src/callproc.c
b/src/callproc.c
index 77d8b40e9211eada8fb613bba0c034667b67667a..7f4993c9bf7d89f657f954a4af59266e705dc1e8 100644
(file)
--- a/
src/callproc.c
+++ b/
src/callproc.c
@@
-1632,7
+1632,7
@@
If this variable is nil, then Emacs is unable to use a shared directory. */);
#ifdef HAVE_SHARED_GAME_DIR
Vgame_score_directory = build_string(HAVE_SHARED_GAME_DIR);
#else
- Vgame_score_directory =
Qnil
;
+ Vgame_score_directory =
build_string("~/.emacs.d/games")
;
#endif
DEFVAR_LISP ("temp-file-name-pattern", &Vtemp_file_name_pattern,