(Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]: Default to
"~/.emacs.d/games".
This commit is contained in:
parent
5a234d2519
commit
b1e905bb04
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue