aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/callproc.c1
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
1877use. 1877use.
1878 1878
1879See `setenv' and `getenv'. */); 1879See `setenv' and `getenv'. */);
1880 Vprocess_environment = Qnil;
1880 1881
1881#ifndef VMS 1882#ifndef VMS
1882 defsubr (&Scall_process); 1883 defsubr (&Scall_process);