diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-25 06:38:43 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-25 06:38:43 +0000 |
commit | ed61592a799cf82479d157dca0fa1d6f6216990d (patch) | |
tree | 680db9adea2a99830cbbd9b1d587a6057c965f3b /src/epaths.in | |
parent | 7af17c1c21b1fd545b6aaaf94e2de0eaa6cd8ff8 (diff) | |
download | emacs-ed61592a799cf82479d157dca0fa1d6f6216990d.tar.gz |
* paths.h (PATH_INFO): New path, to edited by the configuration
process.
* callproc.c (Vconfigure_info_directory): New variable, used
internally by build process.
(syms_of_callproc): DEFVAR it and initialize it.
Diffstat (limited to 'src/epaths.in')
-rw-r--r-- | src/epaths.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/epaths.in b/src/epaths.in index ed15aca17ac..ce538f0591a 100644 --- a/src/epaths.in +++ b/src/epaths.in @@ -27,3 +27,9 @@ should be writable by everyone. THE STRING MUST END WITH A SLASH!!! */ #define PATH_LOCK "/usr/local/lib/emacs/lock/" + +/* Where the configuration process believes the info tree lives. The + 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" + |