Mercurial > emacs
diff src/keyboard.h @ 30213:a6cb500e4bc6
(gen_help_event, kbd_buffer_store_help_event):
Add prototypes.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Fri, 14 Jul 2000 13:55:38 +0000 |
| parents | 61a15122ab3b |
| children | 5584f2db8500 |
line wrap: on
line diff
--- a/src/keyboard.h Fri Jul 14 13:55:25 2000 +0000 +++ b/src/keyboard.h Fri Jul 14 13:55:38 2000 +0000 @@ -334,4 +334,7 @@ #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));
