]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 ed4a1465c86f0dc4481da7a4203a393b3be47cdd..295ddc3852cea16701c666f468877c899352d05a 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