# HG changeset patch # User Richard M. Stallman # Date 871756337 0 # Node ID ef499d854610c222ba8afb7a704dffd98820437a # Parent 0f27d1477c21d61b18c57352aa23ffb071b51403 (PATH_X_DEFAULTS): New macro. diff -r 0f27d1477c21 -r ef499d854610 src/epaths.in --- a/src/epaths.in Sat Aug 16 18:31:23 1997 +0000 +++ b/src/epaths.in Sat Aug 16 18:32:17 1997 +0000 @@ -34,3 +34,6 @@ lisp variable configure-info-directory gets its value from this macro, and is then used to set the Info-default-directory-list. */ #define PATH_INFO "/usr/local/info" + +/* 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"