comparison src/emacs.c @ 24228:6ed588e4dd94

(main): Pass argv to init_environment.
author Andrew Innes <andrewi@gnu.org>
date Sat, 30 Jan 1999 18:47:52 +0000
parents 604baa356d2a
children 9365b6b93858
comparison
equal deleted inserted replaced
24227:b7d8faf8cca0 24228:6ed588e4dd94
1078 tzset (); 1078 tzset ();
1079 #endif /* MSDOS */ 1079 #endif /* MSDOS */
1080 1080
1081 #ifdef WINDOWSNT 1081 #ifdef WINDOWSNT
1082 /* Initialize environment from registry settings. */ 1082 /* Initialize environment from registry settings. */
1083 init_environment (); 1083 init_environment (argv);
1084 init_ntproc (); /* must precede init_editfns */ 1084 init_ntproc (); /* must precede init_editfns */
1085 #endif 1085 #endif
1086 1086
1087 /* egetenv is a pretty low-level facility, which may get called in 1087 /* egetenv is a pretty low-level facility, which may get called in
1088 many circumstances; it seems flimsy to put off initializing it 1088 many circumstances; it seems flimsy to put off initializing it