]> git.eshelyaron.com Git - emacs.git/commitdiff
(main): Pass argv to init_environment.
authorAndrew Innes <andrewi@gnu.org>
Sat, 30 Jan 1999 18:47:52 +0000 (18:47 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sat, 30 Jan 1999 18:47:52 +0000 (18:47 +0000)
src/emacs.c

index f11bfcbe6d86d0dcd12af31187660a4d64ec123d..885b7c8d6fd88a9bee25e5bed0c592568a26064c 100644 (file)
@@ -1080,7 +1080,7 @@ the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]);
 
 #ifdef WINDOWSNT
   /* Initialize environment from registry settings.  */
-  init_environment ();
+  init_environment (argv);
   init_ntproc ();      /* must precede init_editfns */
 #endif