changeset 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 4117d74ba254
children 2fe366786a80
files src/lread.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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;