mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 20:00:46 -08:00
(do_switch_frame): Update minibuf_window if necessary.
This commit is contained in:
parent
039af53ac4
commit
33a2d2a074
1 changed files with 4 additions and 0 deletions
|
|
@ -632,6 +632,10 @@ do_switch_frame (frame, no_enter, track)
|
|||
|
||||
Fselect_window (XFRAME (frame)->selected_window);
|
||||
|
||||
if (! FRAME_MINIBUF_ONLY_P (selected_frame)
|
||||
&& FRAME_HAS_MINIBUF_P (selected_frame))
|
||||
minibuf_window = selected_frame->minibuffer_window;
|
||||
|
||||
/* We want to make sure that the next event generates a frame-switch
|
||||
event to the appropriate frame. This seems kludgy to me, but
|
||||
before you take it out, make sure that evaluating something like
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue