Mercurial > hg > xemacs-beta
diff src/event-Xt.c @ 136:b980b6286996 r20-2b2
Import from CVS: tag r20-2b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:31:12 +0200 |
parents | 9b50b4588a93 |
children | 6608ceec7cf8 |
line wrap: on
line diff
--- a/src/event-Xt.c Mon Aug 13 09:30:13 2007 +0200 +++ b/src/event-Xt.c Mon Aug 13 09:31:12 2007 +0200 @@ -2634,9 +2634,9 @@ event_stream = Xt_event_stream; -#ifdef HAVE_XIM +#if defined(HAVE_XIM) || defined(USE_XFONTSET) Initialize_Locale(); -#endif /* HAVE_XIM */ +#endif /* HAVE_XIM || USE_XFONTSET */ XtToolkitInitialize (); Xt_app_con = XtCreateApplicationContext ();