comparison src/keyboard.h @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents e94a593c3952
children 8ef557c6a30a
comparison
equal deleted inserted replaced
3590:d5f22061277d 3591:507f64624555
21 extern int num_input_chars; 21 extern int num_input_chars;
22 22
23 /* Total number of times read_char has returned, outside of macros. */ 23 /* Total number of times read_char has returned, outside of macros. */
24 extern int num_nonmacro_input_chars; 24 extern int num_nonmacro_input_chars;
25 25
26 /* Nonzero means polling for input is temporarily suppresed. */ 26 /* Nonzero means polling for input is temporarily suppressed. */
27 extern int poll_suppress_count; 27 extern int poll_suppress_count;
28 28
29 /* Keymap mapping ASCII function key sequences onto their preferred forms. 29 /* Keymap mapping ASCII function key sequences onto their preferred forms.
30 Initialized by the terminal-specific lisp files. */ 30 Initialized by the terminal-specific lisp files. */
31 extern Lisp_Object Vfunction_key_map; 31 extern Lisp_Object Vfunction_key_map;