Variable: shared-game-score-directory

shared-game-score-directory is a variable defined in callproc.c.

Value

nil

Documentation

Directory of score files for games which come with GNU Emacs.

If this variable is nil, then Emacs is unable to use a shared directory.

Source Code

// Defined in /usr/src/emacs/src/callproc.c
  DEFVAR_LISP ("shared-game-score-directory", Vshared_game_score_directory,
	       doc: /* Directory of score files for games which come with GNU Emacs.
If this variable is nil, then Emacs is unable to use a shared directory.  */);