In read_minibuf_unwind don't try to select dead window (Bug#49248)
* src/minibuf.c (read_minibuf_unwind): Don't try to select dead window (Bug#49248).
This commit is contained in:
parent
433e157899
commit
6b4043833c
1 changed files with 1 additions and 1 deletions
|
@ -1210,7 +1210,7 @@ read_minibuf_unwind (void)
|
|||
WINDOW_FRAME (XWINDOW (minibuf_window))))
|
||||
Fset_frame_selected_window (selected_frame, prev, Qnil);
|
||||
}
|
||||
else
|
||||
else if (WINDOW_LIVE_P (calling_window))
|
||||
Fset_frame_selected_window (calling_frame, calling_window, Qnil);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue