diff src/keyboard.h @ 17875:66e8848c9c49

(num_input_events, num_nonmacro_input_events): Renamed from ..._input_chars.
author Richard M. Stallman <rms@gnu.org>
date Mon, 19 May 1997 03:20:48 +0000
parents ccf489f8596e
children 1507c5324f4c
line wrap: on
line diff
--- a/src/keyboard.h	Mon May 19 02:52:50 1997 +0000
+++ b/src/keyboard.h	Mon May 19 03:20:48 1997 +0000
@@ -174,10 +174,10 @@
 extern Lisp_Object Qrecompute_lucid_menubar, Qactivate_menubar_hook;
 
 /* Total number of times read_char has returned.  */
-extern int num_input_chars;
+extern int num_input_events;
 
 /* Total number of times read_char has returned, outside of macros.  */
-extern int num_nonmacro_input_chars;
+extern int num_nonmacro_input_events;
 
 /* Nonzero means polling for input is temporarily suppressed.  */
 extern int poll_suppress_count;