diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c index 3d83dc0a0d8..1219569068e 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -2236,7 +2236,7 @@ delete_frame (Lisp_Object frame, Lisp_Object force) | |||
| 2236 | for at least one other frame - so make it visible | 2236 | for at least one other frame - so make it visible |
| 2237 | and quit. */ | 2237 | and quit. */ |
| 2238 | if (!FRAME_VISIBLE_P (f1) && !FRAME_ICONIFIED_P (f1)) | 2238 | if (!FRAME_VISIBLE_P (f1) && !FRAME_ICONIFIED_P (f1)) |
| 2239 | Fmake_frame_visible (frame1); | 2239 | Fmake_frame_visible (minibuffer_child_frame); |
| 2240 | 2240 | ||
| 2241 | return Qnil; | 2241 | return Qnil; |
| 2242 | } | 2242 | } |