From ffd9c2a18859317a5251551c84d2a101a5bddedd Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Sat, 27 May 1995 00:19:05 +0000 Subject: [PATCH] (init_lread) [CANNOT_DUMP]: Set Vload_path to EMACSLOADPATH. --- src/lread.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lread.c b/src/lread.c index a3a8844cf98..65b4b665c19 100644 --- a/src/lread.c +++ b/src/lread.c @@ -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; -- 2.39.2