Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/emacs.c Mon Aug 13 11:23:14 2007 +0200 +++ b/src/emacs.c Mon Aug 13 11:24:09 2007 +0200 @@ -1200,6 +1200,9 @@ image_instantiator_format_create (); image_instantiator_format_create_glyphs_eimage (); image_instantiator_format_create_glyphs_widget (); +#ifdef HAVE_TTY + image_instantiator_format_create_glyphs_tty (); +#endif #ifdef HAVE_X_WINDOWS image_instantiator_format_create_glyphs_x (); #endif /* HAVE_X_WINDOWS */