]> git.eshelyaron.com Git - emacs.git/commitdiff
(main): Call init_charset after syms_of_XXX.
authorKenichi Handa <handa@m17n.org>
Fri, 30 Jan 2004 04:51:32 +0000 (04:51 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 30 Jan 2004 04:51:32 +0000 (04:51 +0000)
src/emacs.c

index eca2930419eeaf0ab69d4dfb0775748a6a5546dd..ea68ed24cd4d1d301fa033841622d058f481c067 100644 (file)
@@ -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