(main): Pass argv to init_environment.
This commit is contained in:
parent
29114287ea
commit
a3a58294d8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue