]> git.eshelyaron.com Git - emacs.git/commitdiff
(display_line): Don't indicate empty lines in
authorGerd Moellmann <gerd@gnu.org>
Wed, 17 Oct 2001 11:51:24 +0000 (11:51 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 17 Oct 2001 11:51:24 +0000 (11:51 +0000)
mini-windows.

src/xdisp.c

index d967ac8d438f5facc565b2dcdab5d928fec4ec85..e11347dca90e77cbdc850ef821f2b5ae01112573 100644 (file)
@@ -12803,7 +12803,8 @@ display_line (it)
              row->glyphs[TEXT_AREA]->charpos = -1;
              row->displays_text_p = 0;
 
-             if (!NILP (XBUFFER (it->w->buffer)->indicate_empty_lines))
+             if (!NILP (XBUFFER (it->w->buffer)->indicate_empty_lines)
+                 && !MINI_WINDOW_P (it->w))
                row->indicate_empty_line_p = 1;
            }