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 9ba115618da..5b255259aa1 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -336,7 +336,7 @@ extern void poll_for_input_1 P_ ((void)); | |||
| 336 | #endif | 336 | #endif |
| 337 | extern void show_help_echo P_ ((Lisp_Object, Lisp_Object, Lisp_Object, | 337 | extern void show_help_echo P_ ((Lisp_Object, Lisp_Object, Lisp_Object, |
| 338 | Lisp_Object, int)); | 338 | Lisp_Object, int)); |
| 339 | extern int gen_help_event P_ ((struct input_event *, Lisp_Object, | 339 | extern int gen_help_event P_ ((struct input_event *, int, Lisp_Object, |
| 340 | Lisp_Object, Lisp_Object, Lisp_Object, int)); | 340 | Lisp_Object, Lisp_Object, Lisp_Object, int)); |
| 341 | extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object)); | 341 | extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object)); |
| 342 | extern Lisp_Object menu_item_eval_property P_ ((Lisp_Object)); | 342 | extern Lisp_Object menu_item_eval_property P_ ((Lisp_Object)); |