From: Andrew Innes Date: Sat, 30 Jan 1999 18:47:52 +0000 (+0000) Subject: (main): Pass argv to init_environment. X-Git-Tag: emacs-20.4~721 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a3a58294d8500400bd346089e16662e7416c0cca;p=emacs.git (main): Pass argv to init_environment. --- diff --git a/src/emacs.c b/src/emacs.c index f11bfcbe6d8..885b7c8d6fd 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -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