From: Richard M. Stallman Date: Sun, 28 Aug 1994 19:59:18 +0000 (+0000) Subject: (polling_for_input): Declared. X-Git-Tag: emacs-19.34~7200 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b0deae51f356e565e72fb342da4fa1019562faa;p=emacs.git (polling_for_input): Declared. --- diff --git a/src/keyboard.h b/src/keyboard.h index 6ef25b88f32..52e6c1d54f5 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -26,6 +26,9 @@ extern int num_nonmacro_input_chars; /* Nonzero means polling for input is temporarily suppressed. */ extern int poll_suppress_count; +/* Nonzero if polling_for_input is actually being used. */ +extern int polling_for_input; + /* Keymap mapping ASCII function key sequences onto their preferred forms. Initialized by the terminal-specific lisp files. */ extern Lisp_Object Vfunction_key_map;