diff options
| author | Kenichi Handa | 2004-01-30 04:51:32 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-01-30 04:51:32 +0000 |
| commit | cf411e8d0172bfb6427344f53bbe9bd22968eb4b (patch) | |
| tree | 29474ddccfec4a436c04646f3af7721579bb8c7b /src | |
| parent | 4beef0656d9d68723322c0148bbbb438a29a315e (diff) | |
| download | emacs-cf411e8d0172bfb6427344f53bbe9bd22968eb4b.tar.gz emacs-cf411e8d0172bfb6427344f53bbe9bd22968eb4b.zip | |
(main): Call init_charset after syms_of_XXX.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 3 |
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 |