aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 226a43d7dc5..017d4ce86fd 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -16179,9 +16179,10 @@ extend_face_to_end_of_line (it)
16179 it->glyph_row->fill_line_p = 1; 16179 it->glyph_row->fill_line_p = 1;
16180 16180
16181 /* If current character of IT is not ASCII, make sure we have the 16181 /* If current character of IT is not ASCII, make sure we have the
16182 ASCII face. This will be automatically undone the next time 16182 ASCII face. This will be automatically undone the next time
16183 get_next_display_element returns a multibyte character. Note 16183 get_next_display_element returns a multibyte character. Note
16184 that the character will always be single byte in unibyte text. */ 16184 that the character will always be single byte in unibyte
16185 text. */
16185 if (!ASCII_CHAR_P (it->c)) 16186 if (!ASCII_CHAR_P (it->c))
16186 { 16187 {
16187 it->face_id = FACE_FOR_CHAR (f, face, 0, -1, Qnil); 16188 it->face_id = FACE_FOR_CHAR (f, face, 0, -1, Qnil);