From a3a58294d8500400bd346089e16662e7416c0cca Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Sat, 30 Jan 1999 18:47:52 +0000 Subject: [PATCH] (main): Pass argv to init_environment. --- src/emacs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2