changeset 8514:66866be86727

(display_text_line): Make previous change #ifdef HAVE_X_WINDOWS.
author Richard M. Stallman <rms@gnu.org>
date Thu, 11 Aug 1994 03:47:40 +0000
parents d11ec52807d6
children 3043fef029a7
files src/xdisp.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Thu Aug 11 03:42:57 1994 +0000
+++ b/src/xdisp.c	Thu Aug 11 03:47:40 1994 +0000
@@ -2490,6 +2490,7 @@
 
       if (len > width)
 	len = width;
+#ifdef HAVE_X_WINDOWS
       if (!NULL_INTERVAL_P (XSTRING (Voverlay_arrow_string)->intervals))
 	{
 	  /* If the arrow string has text props, obey them when displaying.  */
@@ -2506,6 +2507,7 @@
 	    }
 	}
       else
+#endif /* HAVE_X_WINDOWS */
 	{
 	  for (i = 0; i < len; i++)
 	    leftmargin[i] = p[i];