diff src/lread.c @ 11955:d972c95e7577

(init_lread) [CANNOT_DUMP]: Set Vload_path to EMACSLOADPATH.
author Geoff Voelker <voelker@cs.washington.edu>
date Sat, 27 May 1995 00:19:05 +0000
parents 129b45ef421b
children ccc20d466150
line wrap: on
line diff
--- a/src/lread.c	Fri May 26 22:47:07 1995 +0000
+++ b/src/lread.c	Sat May 27 00:19:05 1995 +0000
@@ -2160,8 +2160,10 @@
 
   /* If the EMACSLOADPATH environment variable is set, use its value.
      This doesn't apply if we're dumping.  */
+#ifndef CANNOT_DUMP
   if (NILP (Vpurify_flag)
       && egetenv ("EMACSLOADPATH"))
+#endif
     Vload_path = decode_env_path ("EMACSLOADPATH", normal);
 
   Vvalues = Qnil;