mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
; * src/dispnew.c (check_window_matrix_pointers): Fix last change.
This commit is contained in:
parent
e20e853861
commit
467aba67db
1 changed files with 2 additions and 0 deletions
|
|
@ -3115,6 +3115,8 @@ check_window_matrix_pointers (struct window *w)
|
|||
{
|
||||
struct frame *f = XFRAME (w->frame);
|
||||
|
||||
eassert (is_tty_frame (f));
|
||||
|
||||
if (f->after_make_frame)
|
||||
{
|
||||
while (w)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue