diff options
Diffstat (limited to 'src/fringe.c')
| -rw-r--r-- | src/fringe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fringe.c b/src/fringe.c index 6e6deeddb08..d788503e91e 100644 --- a/src/fringe.c +++ b/src/fringe.c | |||
| @@ -872,7 +872,7 @@ draw_fringe_bitmap (struct window *w, struct glyph_row *row, int left_p) | |||
| 872 | void | 872 | void |
| 873 | draw_row_fringe_bitmaps (struct window *w, struct glyph_row *row) | 873 | draw_row_fringe_bitmaps (struct window *w, struct glyph_row *row) |
| 874 | { | 874 | { |
| 875 | eassert (interrupt_input_blocked); | 875 | eassert (input_blocked_p ()); |
| 876 | 876 | ||
| 877 | /* If row is completely invisible, because of vscrolling, we | 877 | /* If row is completely invisible, because of vscrolling, we |
| 878 | don't have to draw anything. */ | 878 | don't have to draw anything. */ |