# HG changeset patch # User Richard M. Stallman # Date 870102621 0 # Node ID 6f150e46a5fd028bae94fda5e732d61a66b52b08 # Parent 1ee295d0114a682988c3658efd4585cdfe3412c0 (x_term_init) [! HAVE_X11R5]: Don't try to use XtCvtStringToFont. diff -r 1ee295d0114a -r 6f150e46a5fd src/xterm.c --- a/src/xterm.c Mon Jul 28 15:09:31 1997 +0000 +++ b/src/xterm.c Mon Jul 28 15:10:21 1997 +0000 @@ -7020,6 +7020,7 @@ #endif /* ! defined (SIGIO) */ #ifdef USE_LUCID +#ifdef HAVE_X11R5 /* It seems X11R4 lacks XtCvtStringToFont, and XPointer. */ /* Make sure that we have a valid font for dialog boxes so that Xt does not crash. */ { @@ -7042,6 +7043,7 @@ x_uncatch_errors (dpy, count); } #endif +#endif UNBLOCK_INPUT;