diff src/callproc.c @ 83432:33e433ac0b1b

Set `local-environment-variables' to t by default. * src/callproc.c (syms_of_callproc): Initialize `Vlocal-environment-variables' to `Qt'. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-472
author Karoly Lorentey <lorentey@elte.hu>
date Thu, 29 Dec 2005 18:26:00 +0000
parents 10f26433fe3f
children c69d44922688
line wrap: on
line diff
--- a/src/callproc.c	Thu Dec 29 18:20:26 2005 +0000
+++ b/src/callproc.c	Thu Dec 29 18:26:00 2005 +0000
@@ -1899,7 +1899,7 @@
 
 The frame-local environment is stored in the 'environment frame
 parameter.  See `frame-with-environment'.  */);
-  Vlocal_environment_variables = Qnil;
+  Vlocal_environment_variables = Qt;
 }
 
 /* arch-tag: 769b8045-1df7-4d2b-8968-e3fb49017f95