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:
parent
15b00083c2
commit
2ad551af63
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user