diff options
Diffstat (limited to 'src/callproc.c')
-rw-r--r-- | src/callproc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/callproc.c b/src/callproc.c index c13b653775f..ee702fef8c7 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -1877,6 +1877,7 @@ Non-ASCII characters are encoded according to the initial value of use. See `setenv' and `getenv'. */); + Vprocess_environment = Qnil; #ifndef VMS defsubr (&Scall_process); |