comparison src/emacs.c @ 420:41dbb7a9d5f2 r21-2-18

Import from CVS: tag r21-2-18
author cvs
date Mon, 13 Aug 2007 11:24:09 +0200
parents ebe98a74bd68
children 95016f13131a
comparison
equal deleted inserted replaced
419:66615b78f1a5 420:41dbb7a9d5f2
1198 called before the any calls to the other macros. */ 1198 called before the any calls to the other macros. */
1199 1199
1200 image_instantiator_format_create (); 1200 image_instantiator_format_create ();
1201 image_instantiator_format_create_glyphs_eimage (); 1201 image_instantiator_format_create_glyphs_eimage ();
1202 image_instantiator_format_create_glyphs_widget (); 1202 image_instantiator_format_create_glyphs_widget ();
1203 #ifdef HAVE_TTY
1204 image_instantiator_format_create_glyphs_tty ();
1205 #endif
1203 #ifdef HAVE_X_WINDOWS 1206 #ifdef HAVE_X_WINDOWS
1204 image_instantiator_format_create_glyphs_x (); 1207 image_instantiator_format_create_glyphs_x ();
1205 #endif /* HAVE_X_WINDOWS */ 1208 #endif /* HAVE_X_WINDOWS */
1206 #ifdef HAVE_MS_WINDOWS 1209 #ifdef HAVE_MS_WINDOWS
1207 image_instantiator_format_create_glyphs_mswindows (); 1210 image_instantiator_format_create_glyphs_mswindows ();