diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 2 |
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 | ||
| 4746 | static int | 4748 | static int |