# HG changeset patch # User Karoly Lorentey # Date 1135880760 0 # Node ID 33e433ac0b1bf071537834bec15dedb7cd1087b7 # Parent 76396de7f50afea9b4b9da67d6c385c60e7dbf19 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 diff -r 76396de7f50a -r 33e433ac0b1b src/callproc.c --- 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