changeset 12309:c78f7af6cee9

(quit_throw_to_read_char): Turn off the error check testing poll_suppress_count.
author Richard M. Stallman <rms@gnu.org>
date Sun, 18 Jun 1995 22:28:53 +0000
parents ed11e19b4264
children afad1c3ce9bd
files src/keyboard.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Sun Jun 18 18:52:07 1995 +0000
+++ b/src/keyboard.c	Sun Jun 18 22:28:53 1995 +0000
@@ -6538,11 +6538,15 @@
   Vunread_command_events = Qnil;
   unread_command_char = -1;
 
+#if 0 /* Currently, sit_for is called from read_char without turning
+	 off polling.  And that can call set_waiting_for_input.
+	 It seems to be harmless.  */
 #ifdef POLL_FOR_INPUT
   /* May be > 1 if in recursive minibuffer.  */
   if (poll_suppress_count == 0)
     abort ();
 #endif
+#endif
 #ifdef MULTI_FRAME
   if (FRAMEP (internal_last_event_frame)
       && XFRAME (internal_last_event_frame) != selected_frame)