diff src/lread.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 d993b7332153
children 3e8c8a06329b
line wrap: on
line diff
--- 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'.");