Mercurial > emacs
diff src/keyboard.c @ 17890:200058b61996
Fix previous change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 20 May 1997 04:03:24 +0000 |
| parents | f5778138efc7 |
| children | 08bf89d739cd |
line wrap: on
line diff
--- a/src/keyboard.c Mon May 19 17:14:43 1997 +0000 +++ b/src/keyboard.c Tue May 20 04:03:24 1997 +0000 @@ -272,7 +272,7 @@ 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;
