diff --git a/src/emacs.c b/src/emacs.c index eca2930419e..ea68ed24cd4 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1426,7 +1426,6 @@ main (argc, argv init_callproc (); /* Must follow init_cmdargs but not init_sys_modes. */ init_lread (); - init_charset (); /* Intern the names of all standard functions and variables; define standard keys. */ @@ -1568,6 +1567,8 @@ main (argc, argv #endif /* end #ifdef HAVE_NTGUI */ } + init_charset (); + if (!noninteractive) { #ifdef VMS