aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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
1426 1426
1427 init_callproc (); /* Must follow init_cmdargs but not init_sys_modes. */ 1427 init_callproc (); /* Must follow init_cmdargs but not init_sys_modes. */
1428 init_lread (); 1428 init_lread ();
1429 init_charset ();
1430 1429
1431 /* Intern the names of all standard functions and variables; 1430 /* Intern the names of all standard functions and variables;
1432 define standard keys. */ 1431 define standard keys. */
@@ -1568,6 +1567,8 @@ main (argc, argv
1568#endif /* end #ifdef HAVE_NTGUI */ 1567#endif /* end #ifdef HAVE_NTGUI */
1569 } 1568 }
1570 1569
1570 init_charset ();
1571
1571 if (!noninteractive) 1572 if (!noninteractive)
1572 { 1573 {
1573#ifdef VMS 1574#ifdef VMS