# HG changeset patch # User Gerd Moellmann # Date 987524433 0 # Node ID 0bef27649ba523f86274c26142c907eaad8e7af5 # Parent cf22cb863f75651f18af0e50b39b79d5a6fc544e (redisplay_window): Make sure to clear the desired glyph matrix of mini-windows. diff -r cf22cb863f75 -r 0bef27649ba5 src/xdisp.c --- a/src/xdisp.c Tue Apr 17 12:20:27 2001 +0000 +++ b/src/xdisp.c Tue Apr 17 16:20:33 2001 +0000 @@ -9754,6 +9754,8 @@ blank_row (w, row, y); goto finish_scroll_bars; } + + clear_glyph_matrix (w->desired_matrix); } /* Otherwise set up data on this window; select its buffer and point