From: Gerd Moellmann Date: Tue, 17 Apr 2001 16:20:33 +0000 (+0000) Subject: (redisplay_window): Make sure to clear the desired glyph X-Git-Tag: emacs-pretest-21.0.103~194 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c095a1dd1991456af6518742f781bfb237cb64ad;p=emacs.git (redisplay_window): Make sure to clear the desired glyph matrix of mini-windows. --- diff --git a/src/xdisp.c b/src/xdisp.c index 216a271a5ec..0462e6c390d 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -9754,6 +9754,8 @@ redisplay_window (window, just_this_one_p) 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