1
0
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:
Richard M. Stallman 1996-05-21 18:06:40 +00:00
parent 16831d8cc5
commit 5ae3ca1cf1

View File

@ -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