1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

(display_line): Don't indicate empty lines in

mini-windows.
This commit is contained in:
Gerd Moellmann 2001-10-17 11:51:24 +00:00
parent 15b00083c2
commit 2ad551af63

View 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;
}