Mercurial > emacs
changeset 24412:d11ac02f9d6a
Use epaths.h istead of paths.h.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 26 Feb 1999 11:41:17 +0000 |
parents | ba82dd1081e3 |
children | e2c5b1571392 |
files | src/callproc.c src/lread.c src/w32fns.c src/xfns.c src/xrdb.c |
diffstat | 5 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/src/callproc.c Fri Feb 26 11:39:47 1999 +0000 +++ b/src/callproc.c Fri Feb 26 11:41:17 1999 +0000 @@ -73,7 +73,7 @@ #include "charset.h" #include "ccl.h" #include "coding.h" -#include <paths.h> +#include <epaths.h> #include "process.h" #include "syssignal.h" #include "systty.h" @@ -1250,7 +1250,7 @@ : PATH_DOC)); /* Check the EMACSPATH environment variable, defaulting to the - PATH_EXEC path from paths.h. */ + PATH_EXEC path from epaths.h. */ Vexec_path = decode_env_path ("EMACSPATH", PATH_EXEC); Vexec_directory = Ffile_name_as_directory (Fcar (Vexec_path)); Vexec_path = nconc2 (decode_env_path ("PATH", ""), Vexec_path);
--- a/src/lread.c Fri Feb 26 11:39:47 1999 +0000 +++ b/src/lread.c Fri Feb 26 11:41:17 1999 +0000 @@ -31,7 +31,7 @@ #ifndef standalone #include "buffer.h" #include "charset.h" -#include <paths.h> +#include <epaths.h> #include "commands.h" #include "keyboard.h" #include "termhooks.h" @@ -3182,7 +3182,7 @@ "*List of directories to search for files to load.\n\ Each element is a string (directory name) or nil (try default directory).\n\ Initialized based on EMACSLOADPATH environment variable, if any,\n\ -otherwise to default specified by file `paths.h' when Emacs was built."); +otherwise to default specified by file `epaths.h' when Emacs was built."); DEFVAR_BOOL ("load-in-progress", &load_in_progress, "Non-nil iff inside of `load'.");
--- a/src/w32fns.c Fri Feb 26 11:39:47 1999 +0000 +++ b/src/w32fns.c Fri Feb 26 11:41:17 1999 +0000 @@ -37,7 +37,7 @@ #include "dispextern.h" #include "keyboard.h" #include "blockinput.h" -#include "paths.h" +#include "epaths.h" #include "w32heap.h" #include "termhooks.h" #include "coding.h"