aboutsummaryrefslogtreecommitdiffstats
path: root/src/fringe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fringe.c')
-rw-r--r--src/fringe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fringe.c b/src/fringe.c
index 7256987bcc2..d00aee0e0b6 100644
--- a/src/fringe.c
+++ b/src/fringe.c
@@ -634,7 +634,7 @@ draw_fringe_bitmap_1 (struct window *w, struct glyph_row *row, int left_p, int o
634 return; 634 return;
635 } 635 }
636 636
637 PREPARE_FACE_FOR_DISPLAY (f, p.face); 637 prepare_face_for_display (f, p.face);
638 638
639 /* Clear left fringe if no bitmap to draw or if bitmap doesn't fill 639 /* Clear left fringe if no bitmap to draw or if bitmap doesn't fill
640 the fringe. */ 640 the fringe. */