*** empty log message ***
[bpt/emacs.git] / src / eval.c
index 0e012d4..572410e 100644 (file)
@@ -1094,7 +1094,9 @@ See also the function `condition-case'.")
   if (gc_in_progress || waiting_for_input)
     abort ();
 
+#ifdef HAVE_X_WINDOWS
   TOTALLY_UNBLOCK_INPUT;
+#endif
 
   conditions = Fget (sig, Qerror_conditions);