comparison src/emacs.c @ 422:95016f13131a r21-2-19

Import from CVS: tag r21-2-19
author cvs
date Mon, 13 Aug 2007 11:25:01 +0200
parents 41dbb7a9d5f2
children 11054d720c21
comparison
equal deleted inserted replaced
421:fff06e11db74 422:95016f13131a
941 syms_of_glyphs_eimage (); 941 syms_of_glyphs_eimage ();
942 syms_of_glyphs_widget (); 942 syms_of_glyphs_widget ();
943 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_DIALOGS) || defined (HAVE_TOOLBARS) 943 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_DIALOGS) || defined (HAVE_TOOLBARS)
944 syms_of_gui (); 944 syms_of_gui ();
945 #endif 945 #endif
946 syms_of_gutter ();
946 syms_of_indent (); 947 syms_of_indent ();
947 syms_of_intl (); 948 syms_of_intl ();
948 syms_of_keymap (); 949 syms_of_keymap ();
949 syms_of_lread (); 950 syms_of_lread ();
950 syms_of_macros (); 951 syms_of_macros ();
1163 before the any calls to the latter macro. */ 1164 before the any calls to the latter macro. */
1164 1165
1165 specifier_type_create (); 1166 specifier_type_create ();
1166 1167
1167 specifier_type_create_image (); 1168 specifier_type_create_image ();
1169 specifier_type_create_gutter ();
1168 specifier_type_create_objects (); 1170 specifier_type_create_objects ();
1169 #ifdef HAVE_TOOLBARS 1171 #ifdef HAVE_TOOLBARS
1170 specifier_type_create_toolbar (); 1172 specifier_type_create_toolbar ();
1171 #endif 1173 #endif
1172 1174
1336 vars_of_glyphs_eimage (); 1338 vars_of_glyphs_eimage ();
1337 vars_of_glyphs_widget (); 1339 vars_of_glyphs_widget ();
1338 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_DIALOGS) || defined (HAVE_TOOLBARS) 1340 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_DIALOGS) || defined (HAVE_TOOLBARS)
1339 vars_of_gui (); 1341 vars_of_gui ();
1340 #endif 1342 #endif
1343 vars_of_gutter ();
1341 vars_of_indent (); 1344 vars_of_indent ();
1342 vars_of_insdel (); 1345 vars_of_insdel ();
1343 vars_of_intl (); 1346 vars_of_intl ();
1344 #ifdef HAVE_XIM 1347 #ifdef HAVE_XIM
1345 #ifdef XIM_MOTIF 1348 #ifdef XIM_MOTIF
1488 set_specifier_fallback() 1491 set_specifier_fallback()
1489 set_specifier_caching() 1492 set_specifier_caching()
1490 */ 1493 */
1491 1494
1492 specifier_vars_of_glyphs (); 1495 specifier_vars_of_glyphs ();
1496 specifier_vars_of_gutter ();
1493 #ifdef HAVE_MENUBARS 1497 #ifdef HAVE_MENUBARS
1494 specifier_vars_of_menubar (); 1498 specifier_vars_of_menubar ();
1495 #endif 1499 #endif
1496 specifier_vars_of_redisplay (); 1500 specifier_vars_of_redisplay ();
1497 #ifdef HAVE_SCROLLBARS 1501 #ifdef HAVE_SCROLLBARS