changeset 17890:200058b61996

Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 20 May 1997 04:03:24 +0000
parents 227172b862e4
children 6eb7095ca7ab
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;