(Fsignal) [HAVE_WINDOW_SYSTEM]: Changed from
HAVE_X_WINDOWS, so that TOTALLY_UNBLOCK_INPUT is called on Windows.
This commit is contained in:
parent
16831d8cc5
commit
5ae3ca1cf1
1 changed files with 1 additions and 1 deletions
|
@ -1201,7 +1201,7 @@ See also the function `condition-case'.")
|
|||
if (gc_in_progress || waiting_for_input)
|
||||
abort ();
|
||||
|
||||
#ifdef HAVE_X_WINDOWS
|
||||
#ifdef HAVE_WINDOW_SYSTEM
|
||||
TOTALLY_UNBLOCK_INPUT;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue