Mercurial > emacs
diff src/xterm.c @ 19021:6f150e46a5fd
(x_term_init) [! HAVE_X11R5]: Don't try to use XtCvtStringToFont.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 28 Jul 1997 15:10:21 +0000 |
| parents | ef81a8b79506 |
| children | 1171ca6f0281 |
line wrap: on
line diff
--- 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;
