mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-07 20:54:32 +00:00
(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
@ -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…
x
Reference in New Issue
Block a user