1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00

(polling_for_input): Declared.

This commit is contained in:
Richard M. Stallman 1994-08-28 19:59:18 +00:00
parent 36922b182a
commit 3b0deae51f

View 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;