Mercurial > hg > xemacs-beta
comparison src/emacs.c @ 347:7c94d56991e1 r21-1-3
Import from CVS: tag r21-1-3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:53:48 +0200 |
parents | 8bec6624d99b |
children | 4711e16a8e49 |
comparison
equal
deleted
inserted
replaced
346:dd0986ffd2cf | 347:7c94d56991e1 |
---|---|
998 syms_of_scrollbar_mswindows (); | 998 syms_of_scrollbar_mswindows (); |
999 #endif | 999 #endif |
1000 #ifdef HAVE_MSW_C_DIRED | 1000 #ifdef HAVE_MSW_C_DIRED |
1001 syms_of_dired_mswindows (); | 1001 syms_of_dired_mswindows (); |
1002 #endif | 1002 #endif |
1003 #ifdef WINDOWSNT | |
1004 syms_of_ntproc (); | |
1005 #endif | |
1003 #endif /* HAVE_MS_WINDOWS */ | 1006 #endif /* HAVE_MS_WINDOWS */ |
1004 | 1007 |
1005 #ifdef MULE | 1008 #ifdef MULE |
1006 syms_of_mule (); | 1009 syms_of_mule (); |
1007 syms_of_mule_ccl (); | 1010 syms_of_mule_ccl (); |
1008 syms_of_mule_charset (); | 1011 syms_of_mule_charset (); |
1009 #endif | 1012 #endif |
1010 #ifdef FILE_CODING | 1013 #ifdef FILE_CODING |
1011 syms_of_mule_coding (); | 1014 syms_of_file_coding (); |
1012 #endif | 1015 #endif |
1013 #ifdef MULE | 1016 #ifdef MULE |
1014 #ifdef HAVE_WNN | 1017 #ifdef HAVE_WNN |
1015 syms_of_mule_wnn (); | 1018 syms_of_mule_wnn (); |
1016 #endif | 1019 #endif |
1183 | 1186 |
1184 */ | 1187 */ |
1185 | 1188 |
1186 lstream_type_create (); | 1189 lstream_type_create (); |
1187 #ifdef FILE_CODING | 1190 #ifdef FILE_CODING |
1188 lstream_type_create_mule_coding (); | 1191 lstream_type_create_file_coding (); |
1189 #endif | 1192 #endif |
1190 #if defined (HAVE_MS_WINDOWS) && !defined(HAVE_MSG_SELECT) | 1193 #if defined (HAVE_MS_WINDOWS) && !defined(HAVE_MSG_SELECT) |
1191 lstream_type_create_mswindows_selectable (); | 1194 lstream_type_create_mswindows_selectable (); |
1192 #endif | 1195 #endif |
1193 | 1196 |
1254 #endif | 1257 #endif |
1255 vars_of_buffer (); | 1258 vars_of_buffer (); |
1256 vars_of_bytecode (); | 1259 vars_of_bytecode (); |
1257 vars_of_callint (); | 1260 vars_of_callint (); |
1258 vars_of_callproc (); | 1261 vars_of_callproc (); |
1262 vars_of_chartab (); | |
1259 vars_of_cmdloop (); | 1263 vars_of_cmdloop (); |
1260 vars_of_cmds (); | 1264 vars_of_cmds (); |
1261 vars_of_console (); | 1265 vars_of_console (); |
1262 vars_of_data (); | 1266 vars_of_data (); |
1263 #ifdef DEBUG_XEMACS | 1267 #ifdef DEBUG_XEMACS |
1313 #endif | 1317 #endif |
1314 #ifdef HAVE_MENUBARS | 1318 #ifdef HAVE_MENUBARS |
1315 vars_of_menubar (); | 1319 vars_of_menubar (); |
1316 #endif | 1320 #endif |
1317 vars_of_minibuf (); | 1321 vars_of_minibuf (); |
1322 #ifdef WINDOWSNT | |
1323 vars_of_ntproc (); | |
1324 #endif | |
1318 vars_of_objects (); | 1325 vars_of_objects (); |
1319 vars_of_print (); | 1326 vars_of_print (); |
1320 | 1327 |
1321 #ifndef NO_SUBPROCESSES | 1328 #ifndef NO_SUBPROCESSES |
1322 vars_of_process (); | 1329 vars_of_process (); |
1397 #endif | 1404 #endif |
1398 #endif /* HAVE_MS_WINDOWS */ | 1405 #endif /* HAVE_MS_WINDOWS */ |
1399 | 1406 |
1400 #ifdef MULE | 1407 #ifdef MULE |
1401 vars_of_mule (); | 1408 vars_of_mule (); |
1409 vars_of_mule_ccl (); | |
1402 vars_of_mule_charset (); | 1410 vars_of_mule_charset (); |
1403 #endif | 1411 #endif |
1404 #ifdef FILE_CODING | 1412 #ifdef FILE_CODING |
1405 vars_of_mule_coding (); | 1413 vars_of_file_coding (); |
1406 #endif | 1414 #endif |
1407 #ifdef MULE | 1415 #ifdef MULE |
1408 #ifdef HAVE_WNN | 1416 #ifdef HAVE_WNN |
1409 vars_of_mule_wnn (); | 1417 vars_of_mule_wnn (); |
1410 #endif | 1418 #endif |
1472 /* These two depend on hashtables and various variables declared | 1480 /* These two depend on hashtables and various variables declared |
1473 earlier. The second may also depend on the first. */ | 1481 earlier. The second may also depend on the first. */ |
1474 complex_vars_of_mule_charset (); | 1482 complex_vars_of_mule_charset (); |
1475 #endif | 1483 #endif |
1476 #if defined(FILE_CODING) | 1484 #if defined(FILE_CODING) |
1477 complex_vars_of_mule_coding (); | 1485 complex_vars_of_file_coding (); |
1478 #endif | 1486 #endif |
1479 | 1487 |
1480 /* This calls allocate_glyph(), which creates specifiers | 1488 /* This calls allocate_glyph(), which creates specifiers |
1481 and also relies on a variable (Vthe_nothing_vector) initialized | 1489 and also relies on a variable (Vthe_nothing_vector) initialized |
1482 above. It also calls make_ext_string(), which under Mule | 1490 above. It also calls make_ext_string(), which under Mule |