Mercurial > emacs
changeset 46601:64a36687ae30
(PATH_GAME): New macro, edited by ../Makefile.in.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 21 Jul 2002 20:29:33 +0000 |
parents | 736bbb2f8711 |
children | 5879624dc26f |
files | src/epaths.in |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/epaths.in Sun Jul 21 20:29:02 2002 +0000 +++ b/src/epaths.in Sun Jul 21 20:29:33 2002 +0000 @@ -54,5 +54,8 @@ 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"