changeset 83426:7c7d1f1cb2e7

Initialize Vprocess_environment to nil. * src/callproc.c (syms_of_callproc): Initialize Vprocess_environment to nil. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-466
author Karoly Lorentey <lorentey@elte.hu>
date Thu, 29 Dec 2005 02:10:23 +0000
parents c82829d08b89
children 2afc49c9f0c0
files src/callproc.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/callproc.c	Thu Dec 29 01:28:33 2005 +0000
+++ b/src/callproc.c	Thu Dec 29 02:10:23 2005 +0000
@@ -1877,6 +1877,7 @@
 use.
 
 See `setenv' and `getenv'.  */);
+  Vprocess_environment = Qnil;
 
 #ifndef VMS
   defsubr (&Scall_process);