aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 48d39235e3f..6582af7f805 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -11304,11 +11304,7 @@ See also `current-input-mode'. */)
11304 { 11304 {
11305 /* When using X, don't give the user a real choice, 11305 /* When using X, don't give the user a real choice,
11306 because we haven't implemented the mechanisms to support it. */ 11306 because we haven't implemented the mechanisms to support it. */
11307#ifdef NO_SOCK_SIGIO
11308 new_interrupt_input = 0;
11309#else /* not NO_SOCK_SIGIO */
11310 new_interrupt_input = 1; 11307 new_interrupt_input = 1;
11311#endif /* NO_SOCK_SIGIO */
11312 } 11308 }
11313 else 11309 else
11314#endif /* HAVE_X_WINDOWS */ 11310#endif /* HAVE_X_WINDOWS */