aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index e72ca032083..762abb65aae 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -1790,7 +1790,7 @@ display_text_line (w, start, vpos, hpos, taboffset)
1790 /* Did we hit a face change? Figure out what face we should 1790 /* Did we hit a face change? Figure out what face we should
1791 use now. We also hit this the first time through the 1791 use now. We also hit this the first time through the
1792 loop, to see what face we should start with. */ 1792 loop, to see what face we should start with. */
1793 if (pos == next_face_change) 1793 if (pos == next_face_change && FRAME_X_P (f))
1794 current_face = compute_char_face (f, w, pos, 1794 current_face = compute_char_face (f, w, pos,
1795 region_beg, region_end, 1795 region_beg, region_end,
1796 &next_face_change); 1796 &next_face_change);