diff options
| author | Gerd Moellmann | 2000-07-14 13:55:38 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-07-14 13:55:38 +0000 |
| commit | 35ff954adbee79c75bfced64d71c004a2eb36350 (patch) | |
| tree | 12b24907eff4d174a363ffa44a3912149873905a | |
| parent | 8dfd92c9a616f3c0184e764dac3985301ad7836c (diff) | |
| download | emacs-35ff954adbee79c75bfced64d71c004a2eb36350.tar.gz emacs-35ff954adbee79c75bfced64d71c004a2eb36350.zip | |
(gen_help_event, kbd_buffer_store_help_event):
Add prototypes.
| -rw-r--r-- | src/keyboard.h | 5 |
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 |
| 335 | extern void poll_for_input_1 P_ ((void)); | 335 | extern void poll_for_input_1 P_ ((void)); |
| 336 | #endif | 336 | #endif |
| 337 | extern void show_help_echo P_ ((Lisp_Object, int)); | 337 | extern void show_help_echo P_ ((Lisp_Object, Lisp_Object, Lisp_Object, int)); |
| 338 | extern int gen_help_event P_ ((struct input_event *, Lisp_Object, | ||
| 339 | Lisp_Object, Lisp_Object, int)); | ||
| 340 | extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object)); | ||