]> code.delx.au - gnu-emacs/blobdiff - src/eval.c
(set-auto-mode): Run multiple mode: specs in left-to-right order.
[gnu-emacs] / 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