diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-07-05 14:05:05 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-07-05 14:05:05 +0000 |
commit | c2092eba48d5b389d8fcd83b8c47fcc9c6cfc5ee (patch) | |
tree | 45a5466ae61dbbb9ebc7f002839bb9465ad78633 /src/keyboard.h | |
parent | 31f84d032894a5277d1d0f4a302baa3f6b4b3db4 (diff) | |
download | emacs-c2092eba48d5b389d8fcd83b8c47fcc9c6cfc5ee.tar.gz |
(show_help_echo): Declare.
Diffstat (limited to 'src/keyboard.h')
-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 *)); #ifdef POLL_FOR_INPUT extern void poll_for_input_1 P_ ((void)); #endif +extern void show_help_echo P_ ((Lisp_Object)); |