aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c
index a9ddc8e40dc..ae7a15c426e 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -1197,6 +1197,7 @@ but if the second optional argument FORCE is non-nil, you may do so.")
1197 } 1197 }
1198 1198
1199 do_switch_frame (frame1, Qnil, 0); 1199 do_switch_frame (frame1, Qnil, 0);
1200 sf = SELECTED_FRAME ();
1200 } 1201 }
1201 1202
1202 /* Don't allow minibuf_window to remain on a deleted frame. */ 1203 /* Don't allow minibuf_window to remain on a deleted frame. */