diff options
| author | Richard M. Stallman | 1997-08-16 18:32:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-16 18:32:17 +0000 |
| commit | f9021bb5ea698f4ba8452edee37eaac9418a51c9 (patch) | |
| tree | 118848b5bd124726ed63be65d3f305ce68d35add /src/epaths.in | |
| parent | 58c7da0cdd0bb831ab2cc245f19b04e7c6c9d243 (diff) | |
| download | emacs-f9021bb5ea698f4ba8452edee37eaac9418a51c9.tar.gz emacs-f9021bb5ea698f4ba8452edee37eaac9418a51c9.zip | |
(PATH_X_DEFAULTS): New macro.
Diffstat (limited to 'src/epaths.in')
| -rw-r--r-- | src/epaths.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
| 34 | lisp variable configure-info-directory gets its value from this | 34 | lisp variable configure-info-directory gets its value from this |
| 35 | macro, and is then used to set the Info-default-directory-list. */ | 35 | macro, and is then used to set the Info-default-directory-list. */ |
| 36 | #define PATH_INFO "/usr/local/info" | 36 | #define PATH_INFO "/usr/local/info" |
| 37 | |||
| 38 | /* Where Emacs should look for the application default file. */ | ||
| 39 | #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" | ||