mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
(do_switch_frame): Cancel previous change.
This commit is contained in:
parent
da1ad4e741
commit
a4165c918b
@ -632,10 +632,6 @@ 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…
Reference in New Issue
Block a user