mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-11 05:51:21 -08:00
Fix previous change.
This commit is contained in:
parent
016863e6db
commit
4abfba1faa
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ static int last_non_minibuf_size;
|
|||
static Lisp_Object Vauto_save_timeout;
|
||||
|
||||
/* Total number of times read_char has returned. */
|
||||
int num_input_chars;
|
||||
int num_input_events;
|
||||
|
||||
/* Total number of times read_char has returned, outside of macros. */
|
||||
int num_nonmacro_input_events;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue