summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2004-01-30 04:51:32 +0000
committerKenichi Handa <handa@m17n.org>2004-01-30 04:51:32 +0000
commit74b6742e7707ddbe366fe0e5effe5d406bf69edf (patch)
treeb87b4254cc9e620fc77cc8cbc25eaeccd749e058
parent20063fb412c914d07a85513241d08ddf4c724743 (diff)
downloademacs-74b6742e7707ddbe366fe0e5effe5d406bf69edf.tar.gz
(main): Call init_charset after syms_of_XXX.
-rw-r--r--src/emacs.c3
1 files changed, 2 insertions, 1 deletions
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