# HG changeset patch # User Richard M. Stallman # Date 920029277 0 # Node ID d11ac02f9d6a7713c5bd1db824718fa89e69c50a # Parent ba82dd1081e3f41ad48c9a13595acc9997b05bc7 Use epaths.h istead of paths.h. diff -r ba82dd1081e3 -r d11ac02f9d6a src/callproc.c --- 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 +#include #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); diff -r ba82dd1081e3 -r d11ac02f9d6a src/lread.c --- 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 +#include #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'."); diff -r ba82dd1081e3 -r d11ac02f9d6a src/w32fns.c --- 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" diff -r ba82dd1081e3 -r d11ac02f9d6a src/xfns.c --- a/src/xfns.c Fri Feb 26 11:39:47 1999 +0000 +++ b/src/xfns.c Fri Feb 26 11:41:17 1999 +0000 @@ -36,7 +36,7 @@ #include "dispextern.h" #include "keyboard.h" #include "blockinput.h" -#include +#include #include "charset.h" #include "fontset.h" diff -r ba82dd1081e3 -r d11ac02f9d6a src/xrdb.c --- a/src/xrdb.c Fri Feb 26 11:39:47 1999 +0000 +++ b/src/xrdb.c Fri Feb 26 11:41:17 1999 +0000 @@ -28,7 +28,7 @@ #include #endif -#include +#include #include