diff options
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lread.c b/src/lread.c index a31810ce463..49fa93bc0dd 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -4131,7 +4131,7 @@ init_lread (void) | |||
| 4131 | sitelisp = decode_env_path (0, PATH_SITELOADSEARCH); | 4131 | sitelisp = decode_env_path (0, PATH_SITELOADSEARCH); |
| 4132 | if (! NILP (sitelisp)) Vload_path = nconc2 (sitelisp, Vload_path); | 4132 | if (! NILP (sitelisp)) Vload_path = nconc2 (sitelisp, Vload_path); |
| 4133 | } | 4133 | } |
| 4134 | #else | 4134 | #else /* !CANNOT_DUMP */ |
| 4135 | if (NILP (Vpurify_flag)) | 4135 | if (NILP (Vpurify_flag)) |
| 4136 | { | 4136 | { |
| 4137 | normal = PATH_LOADSEARCH; | 4137 | normal = PATH_LOADSEARCH; |
| @@ -4293,7 +4293,7 @@ init_lread (void) | |||
| 4293 | be missing unless something went extremely (and improbably) | 4293 | be missing unless something went extremely (and improbably) |
| 4294 | wrong, in which case the build will fail in obvious ways. */ | 4294 | wrong, in which case the build will fail in obvious ways. */ |
| 4295 | } | 4295 | } |
| 4296 | #endif /* CANNOT_DUMP */ | 4296 | #endif /* !CANNOT_DUMP */ |
| 4297 | 4297 | ||
| 4298 | Vvalues = Qnil; | 4298 | Vvalues = Qnil; |
| 4299 | 4299 | ||