]> git.eshelyaron.com Git - emacs.git/commitdiff
Use epaths.h istead of paths.h.
authorRichard M. Stallman <rms@gnu.org>
Fri, 26 Feb 1999 11:41:17 +0000 (11:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 26 Feb 1999 11:41:17 +0000 (11:41 +0000)
src/callproc.c
src/lread.c
src/w32fns.c
src/xfns.c
src/xrdb.c

index c304858eea7afb44c869004cd166fbacad9ea617..f7ce129cda6292b6a896c0fc8a20608192230058 100644 (file)
@@ -73,7 +73,7 @@ extern char *strerror ();
 #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 @@ 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);
index f173205f94dab0a0acd89cfc776dd28f52f33d9f..00a07cf4b702381b8b9f51c9aa827402a15c72f0 100644 (file)
@@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA.  */
 #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 @@ 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'.");
index 25bec1f90ff3947365ac59950780a6fdf3937221..f2086b587c9395c2a687b65f8d8aa97cdf034ebf 100644 (file)
@@ -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"
index b1b453854ec0a4e5bf61d824a9497eb4fc910be9..d7097e06a10a06073b30159f843d8e1a9941a114 100644 (file)
@@ -36,7 +36,7 @@ Boston, MA 02111-1307, USA.  */
 #include "dispextern.h"
 #include "keyboard.h"
 #include "blockinput.h"
-#include <paths.h>
+#include <epaths.h>
 #include "charset.h"
 #include "fontset.h"
 
index 0ab7992e5c22fe11c66b022144cf2d14c646f012..1fda59cb22ee07e9a2bd3e635e3248aa26b6c84c 100644 (file)
@@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA.  */
 #include <unistd.h>
 #endif
 
-#include <paths.h>
+#include <epaths.h>
 
 #include <stdio.h>