Fix input after setting x-wait-for-event-timeout nil
* src/w32term.c (x_make_frame_visible): Call unblock_input before returning early. (Bug#34575)
This commit is contained in:
@@ -6672,7 +6672,10 @@ x_make_frame_visible (struct frame *f)
|
||||
}
|
||||
|
||||
if (!FLOATP (Vx_wait_for_event_timeout))
|
||||
{
|
||||
unblock_input ();
|
||||
return;
|
||||
}
|
||||
|
||||
/* Synchronize to ensure Emacs knows the frame is visible
|
||||
before we do anything else. We do this loop with input not blocked
|
||||
|
||||
Reference in New Issue
Block a user