]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_term_init) [! HAVE_X11R5]: Don't try to use XtCvtStringToFont.
authorRichard M. Stallman <rms@gnu.org>
Mon, 28 Jul 1997 15:10:21 +0000 (15:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 28 Jul 1997 15:10:21 +0000 (15:10 +0000)
src/xterm.c

index b79a32954c8f4cc2c948ab6bf6260994cdea34a5..cc29cf915a7837f4e43827e29d3dcce18a492bd3 100644 (file)
@@ -7020,6 +7020,7 @@ x_term_init (display_name, xrm_option, resource_name)
 #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_term_init (display_name, xrm_option, resource_name)
     x_uncatch_errors (dpy, count);
   }
 #endif
+#endif
 
 
   UNBLOCK_INPUT;