From e681c92a582292396d9a52035df3be614c30ce6f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 22 Sep 1996 08:48:16 +0000 Subject: [PATCH] (Fdelete_frame): Set update_mode_lines. --- src/frame.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/frame.c b/src/frame.c index b4a29eb3045..a68aed314d0 100644 --- a/src/frame.c +++ b/src/frame.c @@ -1246,6 +1246,9 @@ but if the second optional argument FORCE is non-nil, you may do so.") FRAME_KBOARD (f)->Vdefault_minibuffer_frame = Qnil; } + /* Cause frame titles to update--necessary if we now have just one frame. */ + update_mode_lines = 1; + return Qnil; } -- 2.39.5