]> code.delx.au - gnu-emacs/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 20 Jan 2003 08:54:46 +0000 (08:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 20 Jan 2003 08:54:46 +0000 (08:54 +0000)
src/xdisp.c

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