From cf411e8d0172bfb6427344f53bbe9bd22968eb4b Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 30 Jan 2004 04:51:32 +0000 Subject: [PATCH] (main): Call init_charset after syms_of_XXX. --- src/emacs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5