diff options
| author | Richard M. Stallman | 1997-05-19 03:20:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-05-19 03:20:48 +0000 |
| commit | 6c747f3005ca52f10d95ff52bd47775016df0bca (patch) | |
| tree | ae52b6a1d0cfab500c04165e300cd69cda77a3aa | |
| parent | f4520363fdc996388a9b3b6276b85793968d6c30 (diff) | |
| download | emacs-6c747f3005ca52f10d95ff52bd47775016df0bca.tar.gz emacs-6c747f3005ca52f10d95ff52bd47775016df0bca.zip | |
(num_input_events, num_nonmacro_input_events):
Renamed from ..._input_chars.
| -rw-r--r-- | src/keyboard.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index 1c36e11d1b8..325ff4565ce 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -174,10 +174,10 @@ extern Lisp_Object Vlucid_menu_bar_dirty_flag; | |||
| 174 | extern Lisp_Object Qrecompute_lucid_menubar, Qactivate_menubar_hook; | 174 | extern Lisp_Object Qrecompute_lucid_menubar, Qactivate_menubar_hook; |
| 175 | 175 | ||
| 176 | /* Total number of times read_char has returned. */ | 176 | /* Total number of times read_char has returned. */ |
| 177 | extern int num_input_chars; | 177 | extern int num_input_events; |
| 178 | 178 | ||
| 179 | /* Total number of times read_char has returned, outside of macros. */ | 179 | /* Total number of times read_char has returned, outside of macros. */ |
| 180 | extern int num_nonmacro_input_chars; | 180 | extern int num_nonmacro_input_events; |
| 181 | 181 | ||
| 182 | /* Nonzero means polling for input is temporarily suppressed. */ | 182 | /* Nonzero means polling for input is temporarily suppressed. */ |
| 183 | extern int poll_suppress_count; | 183 | extern int poll_suppress_count; |