mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 02:31:03 -08:00
(display_text_line): Make previous change #ifdef HAVE_X_WINDOWS.
This commit is contained in:
parent
c764f95fab
commit
b4718ffa3a
1 changed files with 2 additions and 0 deletions
|
|
@ -2490,6 +2490,7 @@ display_text_line (w, start, vpos, hpos, taboffset)
|
|||
|
||||
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 @@ display_text_line (w, start, vpos, hpos, taboffset)
|
|||
}
|
||||
}
|
||||
else
|
||||
#endif /* HAVE_X_WINDOWS */
|
||||
{
|
||||
for (i = 0; i < len; i++)
|
||||
leftmargin[i] = p[i];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue