aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/dispnew.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 6cd41620b57..6083a558064 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -3115,6 +3115,8 @@ check_window_matrix_pointers (struct window *w)
3115{ 3115{
3116 struct frame *f = XFRAME (w->frame); 3116 struct frame *f = XFRAME (w->frame);
3117 3117
3118 eassert (is_tty_frame (f));
3119
3118 if (f->after_make_frame) 3120 if (f->after_make_frame)
3119 { 3121 {
3120 while (w) 3122 while (w)