mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-24 13:32:41 -08:00
(display_line): Indicate empty lines in active
mini-window.
This commit is contained in:
parent
1b96ceed70
commit
37dc2ed7b6
1 changed files with 2 additions and 1 deletions
|
|
@ -12818,7 +12818,8 @@ display_line (it)
|
|||
row->displays_text_p = 0;
|
||||
|
||||
if (!NILP (XBUFFER (it->w->buffer)->indicate_empty_lines)
|
||||
&& !MINI_WINDOW_P (it->w))
|
||||
&& (!MINI_WINDOW_P (it->w)
|
||||
|| (minibuf_level && EQ (it->window, minibuf_window))))
|
||||
row->indicate_empty_line_p = 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue