1
Fork 0
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:
Eli Zaretskii 2025-03-23 11:35:25 +02:00
parent e20e853861
commit 467aba67db

View file

@ -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)