diff src/emacs.c @ 89788:64f9915771f5

(main): Call init_charset after syms_of_XXX.
author Kenichi Handa <handa@m17n.org>
date Fri, 30 Jan 2004 04:51:32 +0000
parents 2f877ed80fa6
children 68c22ea6027c
line wrap: on
line diff
--- 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