From: Kenichi Handa Date: Fri, 30 Jan 2004 04:51:32 +0000 (+0000) Subject: (main): Call init_charset after syms_of_XXX. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1560 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cf411e8d0172bfb6427344f53bbe9bd22968eb4b;p=emacs.git (main): Call init_charset after syms_of_XXX. --- diff --git a/src/emacs.c b/src/emacs.c index eca2930419e..ea68ed24cd4 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -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