From: Richard M. Stallman Date: Sat, 16 Aug 1997 18:32:17 +0000 (+0000) Subject: (PATH_X_DEFAULTS): New macro. X-Git-Tag: emacs-20.1~559 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f9021bb5ea698f4ba8452edee37eaac9418a51c9;p=emacs.git (PATH_X_DEFAULTS): New macro. --- diff --git a/src/epaths.in b/src/epaths.in index e09cdc9111b..b17734f5948 100644 --- a/src/epaths.in +++ b/src/epaths.in @@ -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"