From: Richard M. Stallman Date: Fri, 26 Feb 1999 11:41:17 +0000 (+0000) Subject: Use epaths.h istead of paths.h. X-Git-Tag: emacs-20.4~537 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=57bda87a9485ef8a85e9cafaf261628169006297;p=emacs.git Use epaths.h istead of paths.h. --- diff --git a/src/callproc.c b/src/callproc.c index c304858eea7..f7ce129cda6 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -73,7 +73,7 @@ extern char *strerror (); #include "charset.h" #include "ccl.h" #include "coding.h" -#include +#include #include "process.h" #include "syssignal.h" #include "systty.h" @@ -1250,7 +1250,7 @@ init_callproc_1 () : 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 --git a/src/lread.c b/src/lread.c index f173205f94d..00a07cf4b70 100644 --- a/src/lread.c +++ b/src/lread.c @@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. */ #ifndef standalone #include "buffer.h" #include "charset.h" -#include +#include #include "commands.h" #include "keyboard.h" #include "termhooks.h" @@ -3182,7 +3182,7 @@ See documentation of `read' for possible values."); "*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 --git a/src/w32fns.c b/src/w32fns.c index 25bec1f90ff..f2086b587c9 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -37,7 +37,7 @@ Boston, MA 02111-1307, USA. */ #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 --git a/src/xfns.c b/src/xfns.c index b1b453854ec..d7097e06a10 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -36,7 +36,7 @@ Boston, MA 02111-1307, USA. */ #include "dispextern.h" #include "keyboard.h" #include "blockinput.h" -#include +#include #include "charset.h" #include "fontset.h" diff --git a/src/xrdb.c b/src/xrdb.c index 0ab7992e5c2..1fda59cb22e 100644 --- a/src/xrdb.c +++ b/src/xrdb.c @@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA. */ #include #endif -#include +#include #include