]> git.eshelyaron.com Git - emacs.git/commitdiff
(init_lread) [CANNOT_DUMP]: Set Vload_path to EMACSLOADPATH.
authorGeoff Voelker <voelker@cs.washington.edu>
Sat, 27 May 1995 00:19:05 +0000 (00:19 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Sat, 27 May 1995 00:19:05 +0000 (00:19 +0000)
src/lread.c

index a3a8844cf984880dfd247ae10aa9195e70718be2..65b4b665c197e932a379fa8c6cd5dffcda67f4d4 100644 (file)
@@ -2160,8 +2160,10 @@ init_lread ()
 
   /* 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;