1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00

(kbd_buffer_unget_event): Add prototype.

This commit is contained in:
Kim F. Storm 2004-11-05 11:30:12 +00:00
parent e3f6e7c7d0
commit 87d78665be

View File

@ -330,6 +330,7 @@ extern int lucid_event_type_list_p P_ ((Lisp_Object));
extern void kbd_buffer_store_event P_ ((struct input_event *));
extern void kbd_buffer_store_event_hold P_ ((struct input_event *,
struct input_event *));
extern void kbd_buffer_unget_event P_ ((struct input_event *));
#ifdef POLL_FOR_INPUT
extern void poll_for_input_1 P_ ((void));
#endif