aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2000-08-09 12:24:57 +0000
committerEli Zaretskii2000-08-09 12:24:57 +0000
commit3f2ccb2106de738cccc02e16055fb2483d59abc2 (patch)
treeda4926510bfa0e97cebccf6503eaeb848deafcd9 /src
parenteeabfe765e9373200ffb28e1a27237327085f7db (diff)
downloademacs-3f2ccb2106de738cccc02e16055fb2483d59abc2.tar.gz
emacs-3f2ccb2106de738cccc02e16055fb2483d59abc2.zip
(kbd_buffer_events_waiting): Add prototype.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keyboard.h b/src/keyboard.h
index 5c631782890..9ba115618da 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -340,3 +340,4 @@ extern int gen_help_event P_ ((struct input_event *, Lisp_Object,
340 Lisp_Object, Lisp_Object, Lisp_Object, int)); 340 Lisp_Object, Lisp_Object, Lisp_Object, int));
341extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object)); 341extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object));
342extern Lisp_Object menu_item_eval_property P_ ((Lisp_Object)); 342extern Lisp_Object menu_item_eval_property P_ ((Lisp_Object));
343extern int kbd_buffer_events_waiting P_ ((int));