]> git.eshelyaron.com Git - emacs.git/commitdiff
(polling_for_input): Declared.
authorRichard M. Stallman <rms@gnu.org>
Sun, 28 Aug 1994 19:59:18 +0000 (19:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 28 Aug 1994 19:59:18 +0000 (19:59 +0000)
src/keyboard.h

index 6ef25b88f320e6e46ff28de475f6c98b8d742e4d..52e6c1d54f56cc6b50ee8b08a6ea9f1c9e35c3db 100644 (file)
@@ -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;