changeset 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 cbb58e8c4481
children fabd2ab3819f
files src/emacs.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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