but nothing terrible happens if user sets this one. */
int noninteractive1;
+
+/* Save argv and argc. */
+char **initial_argv;
+int initial_argc;
\f
/* Signal code for the fatal signal that was received */
int fatal_error_code;
register int i;
Lisp_Object name, dir;
+ initial_argv = argv;
+ initial_argc = argc;
+
Vinvocation_name = Ffile_name_nondirectory (build_string (argv[0]));
Vinvocation_directory = Ffile_name_directory (build_string (argv[0]));
/* If we got no directory in argv[0], search PATH to find where