Mercurial > emacs
diff src/xdisp.c @ 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 | 64c299dd51b8 |
children | 4d8d02befd11 |
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];