From b1e905bb0401212456a656a19df994ab7fc0b863 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 29 Apr 2002 22:56:39 +0000 Subject: [PATCH] (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]: Default to "~/.emacs.d/games". --- src/callproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/callproc.c b/src/callproc.c index 77d8b40e921..7f4993c9bf7 100644 --- 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, -- 2.39.2