# HG changeset patch # User Karl Heuer # Date 819566131 0 # Node ID fc1cf507c51b6eecdc3d23368363affe06bf9b52 # Parent 732a8bd9c5527513e505b5439631d69e8bfafd2f [X11R5_INHIBIT_I18N]: Undef HAVE_X_I18N if X11R5. diff -r 732a8bd9c552 -r fc1cf507c51b src/xfns.c --- a/src/xfns.c Thu Dec 21 17:14:53 1995 +0000 +++ b/src/xfns.c Thu Dec 21 17:15:31 1995 +0000 @@ -40,6 +40,13 @@ #ifdef HAVE_X_WINDOWS extern void abort (); +/* On some systems, the character-composition stuff is broken in X11R5. */ +#if defined (HAVE_X11R5) && ! defined (HAVE_X11R6) +#ifdef X11R5_INHIBIT_I18N +#undef HAVE_X_I18N +#endif +#endif + #ifndef VMS #if 1 /* Used to be #ifdef EMACS_BITMAP_FILES, but this should always work. */ #include "bitmaps/gray.xbm"