diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 3 |
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.") | |||
| 1246 | FRAME_KBOARD (f)->Vdefault_minibuffer_frame = Qnil; | 1246 | FRAME_KBOARD (f)->Vdefault_minibuffer_frame = Qnil; |
| 1247 | } | 1247 | } |
| 1248 | 1248 | ||
| 1249 | /* Cause frame titles to update--necessary if we now have just one frame. */ | ||
| 1250 | update_mode_lines = 1; | ||
| 1251 | |||
| 1249 | return Qnil; | 1252 | return Qnil; |
| 1250 | } | 1253 | } |
| 1251 | 1254 | ||