summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-05-21 18:06:40 +0000
committerRichard M. Stallman <rms@gnu.org>1996-05-21 18:06:40 +0000
commit6be775a16cc0ee7d073786705ca74f73951d5497 (patch)
tree2b42723932036edc5660e05d661d8103808b1a93
parent73dc0ac8f5c06e26a09164e32e4217750d886228 (diff)
downloademacs-6be775a16cc0ee7d073786705ca74f73951d5497.tar.gz
(Fsignal) [HAVE_WINDOW_SYSTEM]: Changed from
HAVE_X_WINDOWS, so that TOTALLY_UNBLOCK_INPUT is called on Windows.
-rw-r--r--src/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index ed4a1465c86..295ddc3852c 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -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