diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index b54f204e1df..2ebb3628260 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -484,7 +484,7 @@ extern void gen_help_event P_ ((Lisp_Object, Lisp_Object, Lisp_Object, | |||
| 484 | extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object)); | 484 | extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object)); |
| 485 | extern Lisp_Object menu_item_eval_property P_ ((Lisp_Object)); | 485 | extern Lisp_Object menu_item_eval_property P_ ((Lisp_Object)); |
| 486 | extern int kbd_buffer_events_waiting P_ ((int)); | 486 | extern int kbd_buffer_events_waiting P_ ((int)); |
| 487 | extern void add_user_signals P_ ((int, const char *)); | 487 | extern void add_user_signal P_ ((int, const char *)); |
| 488 | 488 | ||
| 489 | extern int tty_read_avail_input P_ ((struct terminal *, int, | 489 | extern int tty_read_avail_input P_ ((struct terminal *, int, |
| 490 | struct input_event *)); | 490 | struct input_event *)); |