From 4c8416c7bce05301f88167558567ca7cf3b726a3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 21 Jul 2002 20:29:33 +0000 Subject: [PATCH] (PATH_GAME): New macro, edited by ../Makefile.in. --- src/epaths.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/epaths.in b/src/epaths.in index f7c1c10377f..2e7126c328a 100644 --- a/src/epaths.in +++ b/src/epaths.in @@ -54,5 +54,8 @@ Boston, MA 02111-1307, USA. */ macro, and is then used to set the Info-default-directory-list. */ #define PATH_INFO "/usr/local/info" +/* Where Emacs should store game score files. */ +#define PATH_GAME "/usr/local/var/games/emacs" + /* Where Emacs should look for the application default file. */ #define PATH_X_DEFAULTS "/usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:/usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S" -- 2.39.2