summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-22 08:48:16 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-22 08:48:16 +0000
commit7cfb134dffda1d196eb5c7579ea1766a76bd1d5f (patch)
tree1acd526a9b56355652f943b8e3d4c19b89d1d418
parent5ad47ed797dc056232125e35d160797fc3a018ee (diff)
downloademacs-7cfb134dffda1d196eb5c7579ea1766a76bd1d5f.tar.gz
(Fdelete_frame): Set update_mode_lines.
-rw-r--r--src/frame.c3
1 files changed, 3 insertions, 0 deletions
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;
}