diff src/callproc.c @ 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 b08de5b1299c
children a1cd251f7a70
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);