diff options
| author | Stefan Monnier | 2000-07-05 14:05:05 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-07-05 14:05:05 +0000 |
| commit | c2092eba48d5b389d8fcd83b8c47fcc9c6cfc5ee (patch) | |
| tree | 45a5466ae61dbbb9ebc7f002839bb9465ad78633 /src | |
| parent | 31f84d032894a5277d1d0f4a302baa3f6b4b3db4 (diff) | |
| download | emacs-c2092eba48d5b389d8fcd83b8c47fcc9c6cfc5ee.tar.gz emacs-c2092eba48d5b389d8fcd83b8c47fcc9c6cfc5ee.zip | |
(show_help_echo): Declare.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index f6ac9a56b52..1eca57d7295 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -334,3 +334,4 @@ 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)); | ||