]> git.eshelyaron.com Git - emacs.git/commitdiff
(PATH_GAME): New macro, edited by ../Makefile.in.
authorRichard M. Stallman <rms@gnu.org>
Sun, 21 Jul 2002 20:29:33 +0000 (20:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 21 Jul 2002 20:29:33 +0000 (20:29 +0000)
src/epaths.in

index f7c1c10377fde22832f1c34b8793a82bb81abf15..2e7126c328a356535d2c0dde2b3594cd2a2b2d0c 100644 (file)
@@ -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"