diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-05-20 04:03:24 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-05-20 04:03:24 +0000 |
commit | 8bfb88b9176515469b77b133baf6477244b6800a (patch) | |
tree | caa17258f3dcba42af7e9eaf09c912ff74bead6f /src/keyboard.c | |
parent | 9b24fc7fd344e77e509fbb4cc416900d19d76c89 (diff) | |
download | emacs-8bfb88b9176515469b77b133baf6477244b6800a.tar.gz |
Fix previous change.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 7a97ec2919d..61c4f4a3ad7 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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; |