Comment change.

This commit is contained in:
Richard M. Stallman 2003-01-20 08:54:46 +00:00
parent b2b5455df9
commit 3354fdcfaa

View file

@ -10233,10 +10233,12 @@ redisplay_window (window, just_this_one_p)
} }
else if ((w != XWINDOW (minibuf_window) else if ((w != XWINDOW (minibuf_window)
|| minibuf_level == 0) || minibuf_level == 0)
/* Quail displays non-mini buffers in minibuffer window.
In that case, redisplay the window normally. */
&& !NILP (Fmemq (w->buffer, Vminibuffer_list))) && !NILP (Fmemq (w->buffer, Vminibuffer_list)))
{ {
/* W is a mini-buffer window, but it's not the currently /* W is a mini-buffer window, but it's not active, so clear
active one, so clear it. */ it. */
int yb = window_text_bottom_y (w); int yb = window_text_bottom_y (w);
struct glyph_row *row; struct glyph_row *row;
int y; int y;