# HG changeset patch # User Kenichi Handa # Date 1075438292 0 # Node ID 64f9915771f53dab63e0df122ec0f1251353ab29 # Parent cbb58e8c44817e3d70e6858e68beeb279f8dbf9c (main): Call init_charset after syms_of_XXX. diff -r cbb58e8c4481 -r 64f9915771f5 src/emacs.c --- a/src/emacs.c Fri Jan 30 02:14:46 2004 +0000 +++ b/src/emacs.c Fri Jan 30 04:51:32 2004 +0000 @@ -1426,7 +1426,6 @@ 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 @@ #endif /* end #ifdef HAVE_NTGUI */ } + init_charset (); + if (!noninteractive) { #ifdef VMS