]> code.delx.au - gnu-emacs/commitdiff
(WinMain): Let emacs environment default to parent.
authorJason Rumney <jasonr@gnu.org>
Sat, 10 Apr 2004 21:06:31 +0000 (21:06 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 10 Apr 2004 21:06:31 +0000 (21:06 +0000)
nt/ChangeLog
nt/runemacs.c

index 829bc868a99d463aef79a5155718569cab116b7a..0ad5e7b458fefd716fb4efa516d5f09d9e653063 100644 (file)
@@ -1,3 +1,7 @@
+2004-04-10  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
+
+       * runemacs.c (WinMain): Let emacs environment default to parent.
+
 2004-03-11  Jason Rumney  <jasonr@gnu.org>
 
        * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
index cdd46a6008d76de9e1b06e33ac263526429317aa..afa5340ef53803087fd801491ee3642d70be543f 100644 (file)
@@ -126,7 +126,7 @@ WinMain (HINSTANCE hSelf, HINSTANCE hPrev, LPSTR cmdline, int nShow)
   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)
        {