From acf7084012b65ce2727efde825249e2837eb01de Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 5 Jul 2000 11:53:35 +0000 Subject: [PATCH] (delete_all_subwindows): Reset Vwindow_list. --- src/window.c | 2 ++ 1 file changed, 2 insertions(+) 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) w->buffer = Qnil; w->vchild = Qnil; w->hchild = Qnil; + + Vwindow_list = Qnil; } static int -- 2.39.2