mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 16:21:07 -08:00
(gen_help_event, kbd_buffer_store_help_event):
Add prototypes.
This commit is contained in:
parent
8dfd92c9a6
commit
35ff954adb
1 changed files with 4 additions and 1 deletions
|
|
@ -334,4 +334,7 @@ extern void kbd_buffer_store_event P_ ((struct input_event *));
|
|||
#ifdef POLL_FOR_INPUT
|
||||
extern void poll_for_input_1 P_ ((void));
|
||||
#endif
|
||||
extern void show_help_echo P_ ((Lisp_Object, int));
|
||||
extern void show_help_echo P_ ((Lisp_Object, Lisp_Object, Lisp_Object, int));
|
||||
extern int gen_help_event P_ ((struct input_event *, Lisp_Object,
|
||||
Lisp_Object, Lisp_Object, int));
|
||||
extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue