diff options
| author | Gerd Moellmann | 2000-08-21 18:58:30 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-21 18:58:30 +0000 |
| commit | 2ed8e984db93eb6a330d4aac855f15a31610b66b (patch) | |
| tree | 084986896ad2ab0db6dab000ee5d660a6685f9c7 /src | |
| parent | 5ab2570deaabacf8c5875bf0a11123f675d7b10c (diff) | |
| download | emacs-2ed8e984db93eb6a330d4aac855f15a31610b66b.tar.gz emacs-2ed8e984db93eb6a330d4aac855f15a31610b66b.zip | |
(gen_help_event): Change prototype.
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)); |