(main): Call init_charset after syms_of_XXX.
This commit is contained in:
parent
4beef0656d
commit
cf411e8d01
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue