Mercurial > emacs
changeset 19389:ef499d854610
(PATH_X_DEFAULTS): New macro.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 16 Aug 1997 18:32:17 +0000 |
parents | 0f27d1477c21 |
children | 4d72985edb2d |
files | src/epaths.in |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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"