aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-05 11:53:35 +0000
committerGerd Moellmann2000-07-05 11:53:35 +0000
commitacf7084012b65ce2727efde825249e2837eb01de (patch)
tree70ee34560a95bf89be14b2ff340a18efddd50730 /src/window.c
parent77d56e2ea6dec5bd30c1457ff8bd466ea4bbcfa0 (diff)
downloademacs-acf7084012b65ce2727efde825249e2837eb01de.tar.gz
emacs-acf7084012b65ce2727efde825249e2837eb01de.zip
(delete_all_subwindows): Reset Vwindow_list.
Diffstat (limited to 'src/window.c')
-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