# HG changeset patch # User Jason Rumney # Date 1081631150 0 # Node ID a4825fc03ab1619e4fce94722edf36e8d9b42a99 # Parent 9561128144732f59387ce67a7e6a6f0000a21140 (WinMain): Let emacs environment default to parent. diff -r 956112814473 -r a4825fc03ab1 nt/runemacs.c --- a/nt/runemacs.c Sat Apr 10 20:21:50 2004 +0000 +++ b/nt/runemacs.c Sat Apr 10 21:05:50 2004 +0000 @@ -126,7 +126,7 @@ sec_attrs.bInheritHandle = FALSE; if (CreateProcess (NULL, new_cmdline, &sec_attrs, NULL, TRUE, priority_class, - GetEnvironmentStrings (), NULL, &start, &child)) + NULL, NULL, &start, &child)) { if (wait_for_child) {