(Fsignal) [HAVE_WINDOW_SYSTEM]: Changed from
authorRichard M. Stallman <rms@gnu.org>
Tue, 21 May 1996 18:06:40 +0000 (18:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 21 May 1996 18:06:40 +0000 (18:06 +0000)
HAVE_X_WINDOWS, so that TOTALLY_UNBLOCK_INPUT is called on Windows.

src/eval.c

index ed4a146..295ddc3 100644 (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