diff options
| author | Gerd Moellmann | 2000-07-18 18:20:16 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-07-18 18:20:16 +0000 |
| commit | 8d7268b43e0751c002f1db661e364ed7d94578d1 (patch) | |
| tree | 6e36dc94caf76a53d129e36bf9f1706b9b27dd8d /src | |
| parent | 2190735a339610cbe5ddcbb2bd3de990e31cdfc8 (diff) | |
| download | emacs-8d7268b43e0751c002f1db661e364ed7d94578d1.tar.gz emacs-8d7268b43e0751c002f1db661e364ed7d94578d1.zip | |
(show_help_echo, gen_help_event): Change prototypes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index 0da99d25e80..fa9025d2b81 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -334,7 +334,8 @@ 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, Lisp_Object, Lisp_Object, int)); | 337 | extern void show_help_echo P_ ((Lisp_Object, Lisp_Object, Lisp_Object, |
| 338 | Lisp_Object, int)); | ||
| 338 | extern int gen_help_event P_ ((struct input_event *, Lisp_Object, | 339 | extern int gen_help_event P_ ((struct input_event *, Lisp_Object, |
| 339 | Lisp_Object, Lisp_Object, int)); | 340 | Lisp_Object, Lisp_Object, Lisp_Object, int)); |
| 340 | extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object)); | 341 | extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object)); |