Mercurial > hg > xemacs-beta
comparison src/emacs.c @ 217:d44af0c54775 r20-4b7
Import from CVS: tag r20-4b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:08:34 +0200 |
parents | 1f0dabaa0855 |
children | 6c0ae1f9357f |
comparison
equal
deleted
inserted
replaced
216:43306a74e31c | 217:d44af0c54775 |
---|---|
908 | 908 |
909 #ifdef EMACS_BTL | 909 #ifdef EMACS_BTL |
910 syms_of_btl (); | 910 syms_of_btl (); |
911 #endif | 911 #endif |
912 | 912 |
913 #ifdef ENERGIZE | |
914 syms_of_energize (); | |
915 #endif | |
916 | |
917 #if defined (GNU_MALLOC) && defined (ERROR_CHECK_MALLOC) | 913 #if defined (GNU_MALLOC) && defined (ERROR_CHECK_MALLOC) |
918 #if 0 | 914 #if 0 |
919 syms_of_free_hook (); | 915 syms_of_free_hook (); |
920 #endif | 916 #endif |
921 #endif | 917 #endif |
1226 #ifdef HAVE_CANNA | 1222 #ifdef HAVE_CANNA |
1227 vars_of_mule_canna (); | 1223 vars_of_mule_canna (); |
1228 #endif /* HAVE_CANNA */ | 1224 #endif /* HAVE_CANNA */ |
1229 #endif /* MULE */ | 1225 #endif /* MULE */ |
1230 | 1226 |
1231 #ifdef ENERGIZE | |
1232 vars_of_energize (); | |
1233 #endif | |
1234 | |
1235 #ifdef TOOLTALK | 1227 #ifdef TOOLTALK |
1236 vars_of_tooltalk (); | 1228 vars_of_tooltalk (); |
1237 #endif | 1229 #endif |
1238 | 1230 |
1239 #ifdef SUNPRO | 1231 #ifdef SUNPRO |
1316 complex_vars_of_scrollbar (); | 1308 complex_vars_of_scrollbar (); |
1317 #endif | 1309 #endif |
1318 | 1310 |
1319 /* This calls allocate_glyph(). */ | 1311 /* This calls allocate_glyph(). */ |
1320 complex_vars_of_frame (); | 1312 complex_vars_of_frame (); |
1321 | |
1322 /* Depends on hashtables. */ | |
1323 #ifdef ENERGIZE | |
1324 complex_vars_of_energize (); | |
1325 #endif | |
1326 | 1313 |
1327 /* This calls Fcopy_category_table() under Mule, which calls who | 1314 /* This calls Fcopy_category_table() under Mule, which calls who |
1328 knows what. */ | 1315 knows what. */ |
1329 complex_vars_of_chartab (); | 1316 complex_vars_of_chartab (); |
1330 | 1317 |