# HG changeset patch # User Eli Zaretskii # Date 1254160068 0 # Node ID 882ce3b1b1bd309c969a67e24170d5d5b5c01c67 # Parent 43371c6d43856745f43b9b044d9ff8bb235e848d (extend_face_to_end_of_line): Fix formatting of comments. diff -r 43371c6d4385 -r 882ce3b1b1bd src/xdisp.c --- a/src/xdisp.c Mon Sep 28 15:51:25 2009 +0000 +++ b/src/xdisp.c Mon Sep 28 17:47:48 2009 +0000 @@ -16179,9 +16179,10 @@ it->glyph_row->fill_line_p = 1; /* If current character of IT is not ASCII, make sure we have the - ASCII face. This will be automatically undone the next time - get_next_display_element returns a multibyte character. Note - that the character will always be single byte in unibyte text. */ + ASCII face. This will be automatically undone the next time + get_next_display_element returns a multibyte character. Note + that the character will always be single byte in unibyte + text. */ if (!ASCII_CHAR_P (it->c)) { it->face_id = FACE_FOR_CHAR (f, face, 0, -1, Qnil);