diff options
| author | Kim F. Storm | 2004-02-27 23:46:47 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-02-27 23:46:47 +0000 |
| commit | e0de7f88fe9935b9d400ebe80899d70b4ce88b4b (patch) | |
| tree | ae8ec879bedfeaac4f10d804f5eece49a14b54af /src | |
| parent | 0fc0bac9c461f3358286ff1d4064ed52d709dbe9 (diff) | |
| download | emacs-e0de7f88fe9935b9d400ebe80899d70b4ce88b4b.tar.gz emacs-e0de7f88fe9935b9d400ebe80899d70b4ce88b4b.zip | |
(kbd_buffer_store_event_hold): Add prototype.
(gen_help_event): Fix prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index a2121540e49..d92f13a5059 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -329,13 +329,15 @@ extern void timer_start_idle P_ ((void)); | |||
| 329 | extern void timer_stop_idle P_ ((void)); | 329 | extern void timer_stop_idle P_ ((void)); |
| 330 | extern int lucid_event_type_list_p P_ ((Lisp_Object)); | 330 | extern int lucid_event_type_list_p P_ ((Lisp_Object)); |
| 331 | extern void kbd_buffer_store_event P_ ((struct input_event *)); | 331 | extern void kbd_buffer_store_event P_ ((struct input_event *)); |
| 332 | extern void kbd_buffer_store_event_hold P_ ((struct input_event *, | ||
| 333 | struct input_event *)); | ||
| 332 | #ifdef POLL_FOR_INPUT | 334 | #ifdef POLL_FOR_INPUT |
| 333 | extern void poll_for_input_1 P_ ((void)); | 335 | extern void poll_for_input_1 P_ ((void)); |
| 334 | #endif | 336 | #endif |
| 335 | 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, |
| 336 | Lisp_Object, int)); | 338 | Lisp_Object, int)); |
| 337 | extern int gen_help_event P_ ((struct input_event *, int, Lisp_Object, | 339 | extern void gen_help_event P_ ((Lisp_Object, Lisp_Object, Lisp_Object, |
| 338 | Lisp_Object, Lisp_Object, Lisp_Object, int)); | 340 | Lisp_Object, int)); |
| 339 | 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)); |
| 340 | extern Lisp_Object menu_item_eval_property P_ ((Lisp_Object)); | 342 | extern Lisp_Object menu_item_eval_property P_ ((Lisp_Object)); |
| 341 | extern int kbd_buffer_events_waiting P_ ((int)); | 343 | extern int kbd_buffer_events_waiting P_ ((int)); |