aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/xdisp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 8563f015d07..46240dfc30c 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -10610,7 +10610,7 @@ dump_glyph_row (matrix, vpos, with_glyphs_p)
10610 glyph->pixel_width, 10610 glyph->pixel_width,
10611 0, 10611 0,
10612 '.', 10612 '.',
10613 glyph->u.face_id, 10613 glyph->face_id,
10614 glyph->left_box_line_p, 10614 glyph->left_box_line_p,
10615 glyph->right_box_line_p); 10615 glyph->right_box_line_p);
10616 } 10616 }
@@ -10624,7 +10624,7 @@ dump_glyph_row (matrix, vpos, with_glyphs_p)
10624 glyph->pixel_width, 10624 glyph->pixel_width,
10625 glyph->u.img_id, 10625 glyph->u.img_id,
10626 '.', 10626 '.',
10627 glyph->u.face_id, 10627 glyph->face_id,
10628 glyph->left_box_line_p, 10628 glyph->left_box_line_p,
10629 glyph->right_box_line_p); 10629 glyph->right_box_line_p);
10630 } 10630 }