diff options
| author | Richard M. Stallman | 1994-08-28 19:59:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-08-28 19:59:18 +0000 |
| commit | 3b0deae51f356e565e72fb342da4fa1019562faa (patch) | |
| tree | 193499e10a31b4be70c3e0b1c454653488d3aa50 | |
| parent | 36922b182a26a2030925b52454604fbd58f3030d (diff) | |
| download | emacs-3b0deae51f356e565e72fb342da4fa1019562faa.tar.gz emacs-3b0deae51f356e565e72fb342da4fa1019562faa.zip | |
(polling_for_input): Declared.
| -rw-r--r-- | src/keyboard.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; | |||
| 26 | /* Nonzero means polling for input is temporarily suppressed. */ | 26 | /* Nonzero means polling for input is temporarily suppressed. */ |
| 27 | extern int poll_suppress_count; | 27 | extern int poll_suppress_count; |
| 28 | 28 | ||
| 29 | /* Nonzero if polling_for_input is actually being used. */ | ||
| 30 | extern int polling_for_input; | ||
| 31 | |||
| 29 | /* Keymap mapping ASCII function key sequences onto their preferred forms. | 32 | /* Keymap mapping ASCII function key sequences onto their preferred forms. |
| 30 | Initialized by the terminal-specific lisp files. */ | 33 | Initialized by the terminal-specific lisp files. */ |
| 31 | extern Lisp_Object Vfunction_key_map; | 34 | extern Lisp_Object Vfunction_key_map; |