mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-15 09:47:20 +00:00
(show_help_echo, gen_help_event): Change prototypes.
This commit is contained in:
parent
2190735a33
commit
8d7268b43e
@ -334,7 +334,8 @@ 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, Lisp_Object, Lisp_Object, int));
|
||||
extern void show_help_echo P_ ((Lisp_Object, Lisp_Object, Lisp_Object,
|
||||
Lisp_Object, int));
|
||||
extern int gen_help_event P_ ((struct input_event *, Lisp_Object,
|
||||
Lisp_Object, Lisp_Object, int));
|
||||
Lisp_Object, Lisp_Object, Lisp_Object, int));
|
||||
extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object));
|
||||
|
Loading…
Reference in New Issue
Block a user