diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-07-21 20:29:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-07-21 20:29:33 +0000 |
commit | 4c8416c7bce05301f88167558567ca7cf3b726a3 (patch) | |
tree | 8478b7b6b15bacfc052ab6b219d0e329ee9aac22 /src/epaths.in | |
parent | 637897581124f8f6bc628d7adb85b425747c6f78 (diff) | |
download | emacs-4c8416c7bce05301f88167558567ca7cf3b726a3.tar.gz |
(PATH_GAME): New macro, edited by ../Makefile.in.
Diffstat (limited to 'src/epaths.in')
-rw-r--r-- | src/epaths.in | 3 |
1 files changed, 3 insertions, 0 deletions
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" |