Mercurial > emacs
diff src/epaths.in @ 3064:fa5466904709
* 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.
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Tue, 25 May 1993 06:38:43 +0000 |
| parents | ce011f7cd03f |
| children | 07507709e0fe |
line wrap: on
line diff
--- a/src/epaths.in Tue May 25 06:25:07 1993 +0000 +++ b/src/epaths.in Tue May 25 06:38:43 1993 +0000 @@ -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" +
