aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.h
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-14 13:55:38 +0000
committerGerd Moellmann2000-07-14 13:55:38 +0000
commit35ff954adbee79c75bfced64d71c004a2eb36350 (patch)
tree12b24907eff4d174a363ffa44a3912149873905a /src/keyboard.h
parent8dfd92c9a616f3c0184e764dac3985301ad7836c (diff)
downloademacs-35ff954adbee79c75bfced64d71c004a2eb36350.tar.gz
emacs-35ff954adbee79c75bfced64d71c004a2eb36350.zip
(gen_help_event, kbd_buffer_store_help_event):
Add prototypes.
Diffstat (limited to 'src/keyboard.h')
-rw-r--r--src/keyboard.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/keyboard.h b/src/keyboard.h
index 62acb3409dc..0da99d25e80 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -334,4 +334,7 @@ extern void kbd_buffer_store_event P_ ((struct input_event *));
334#ifdef POLL_FOR_INPUT 334#ifdef POLL_FOR_INPUT
335extern void poll_for_input_1 P_ ((void)); 335extern void poll_for_input_1 P_ ((void));
336#endif 336#endif
337extern void show_help_echo P_ ((Lisp_Object, int)); 337extern void show_help_echo P_ ((Lisp_Object, Lisp_Object, Lisp_Object, int));
338extern int gen_help_event P_ ((struct input_event *, Lisp_Object,
339 Lisp_Object, Lisp_Object, int));
340extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object));