1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(polling_for_input): Removed.

This commit is contained in:
Gerd Moellmann 2000-01-25 15:52:54 +00:00
parent e77ab12ef1
commit 381c798c15

View File

@ -189,9 +189,6 @@ extern int num_nonmacro_input_events;
/* 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;