mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-20 10:23:57 +00:00
(delete_all_subwindows): Reset Vwindow_list.
This commit is contained in:
parent
77d56e2ea6
commit
acf7084012
@ -4741,6 +4741,8 @@ delete_all_subwindows (w)
|
||||
w->buffer = Qnil;
|
||||
w->vchild = Qnil;
|
||||
w->hchild = Qnil;
|
||||
|
||||
Vwindow_list = Qnil;
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user