Mercurial > emacs
changeset 105264:882ce3b1b1bd
(extend_face_to_end_of_line): Fix formatting of comments.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 28 Sep 2009 17:47:48 +0000 |
parents | 43371c6d4385 |
children | 20eb9b6c26fe |
files | src/xdisp.c |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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);