Mercurial > emacs
comparison src/emacs.c @ 89788:64f9915771f5
(main): Call init_charset after syms_of_XXX.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 30 Jan 2004 04:51:32 +0000 |
parents | 2f877ed80fa6 |
children | 68c22ea6027c |
comparison
equal
deleted
inserted
replaced
89787:cbb58e8c4481 | 89788:64f9915771f5 |
---|---|
1424 Vmessage_log_max = old_log_max; | 1424 Vmessage_log_max = old_log_max; |
1425 } | 1425 } |
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. */ |
1433 | 1432 |
1434 if (!initialized) | 1433 if (!initialized) |
1565 #ifdef HAVE_NTGUI | 1564 #ifdef HAVE_NTGUI |
1566 globals_of_w32fns (); | 1565 globals_of_w32fns (); |
1567 globals_of_w32menu (); | 1566 globals_of_w32menu (); |
1568 #endif /* end #ifdef HAVE_NTGUI */ | 1567 #endif /* end #ifdef HAVE_NTGUI */ |
1569 } | 1568 } |
1569 | |
1570 init_charset (); | |
1570 | 1571 |
1571 if (!noninteractive) | 1572 if (!noninteractive) |
1572 { | 1573 { |
1573 #ifdef VMS | 1574 #ifdef VMS |
1574 init_vms_input ();/* init_display calls get_frame_size, that needs this. */ | 1575 init_vms_input ();/* init_display calls get_frame_size, that needs this. */ |