1
0
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:
Gerd Moellmann 2000-07-18 18:20:16 +00:00
parent 2190735a33
commit 8d7268b43e

View File

@ -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));