aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2009-09-28 17:47:48 +0000
committerEli Zaretskii2009-09-28 17:47:48 +0000
commit68b251d973f5cad5f469574caa2d81ea3d4fc2ee (patch)
treee49daae6ed068c0639060e1fa0718b9efbd1707d
parent8b15e920d5e57bb953b9c241b61c147fef51433f (diff)
downloademacs-68b251d973f5cad5f469574caa2d81ea3d4fc2ee.tar.gz
emacs-68b251d973f5cad5f469574caa2d81ea3d4fc2ee.zip
(extend_face_to_end_of_line): Fix formatting of comments.
-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);