(main): Pass argv to init_environment.

This commit is contained in:
Andrew Innes 1999-01-30 18:47:52 +00:00
parent 29114287ea
commit a3a58294d8

View 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