aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c
index 1c46dc82943..c0b99f735cd 100644
--- a/src/window.c
+++ b/src/window.c
@@ -4741,6 +4741,8 @@ delete_all_subwindows (w)
4741 w->buffer = Qnil; 4741 w->buffer = Qnil;
4742 w->vchild = Qnil; 4742 w->vchild = Qnil;
4743 w->hchild = Qnil; 4743 w->hchild = Qnil;
4744
4745 Vwindow_list = Qnil;
4744} 4746}
4745 4747
4746static int 4748static int