mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(PATH_X_DEFAULTS): New macro.
This commit is contained in:
parent
58c7da0cdd
commit
f9021bb5ea
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue