aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index 68984a68d52..71881265b44 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -1336,7 +1336,7 @@ delete_frame (Lisp_Object frame, Lisp_Object force)
1336 1336
1337 /* Mark all the windows that used to be on FRAME as deleted, and then 1337 /* Mark all the windows that used to be on FRAME as deleted, and then
1338 remove the reference to them. */ 1338 remove the reference to them. */
1339 delete_all_subwindows (XWINDOW (f->root_window)); 1339 delete_all_subwindows (f->root_window);
1340 f->root_window = Qnil; 1340 f->root_window = Qnil;
1341 1341
1342 Vframe_list = Fdelq (frame, Vframe_list); 1342 Vframe_list = Fdelq (frame, Vframe_list);