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 | 9b64bca18d06e0781f5e774f40ac9f9a2379d111 (patch) | |
tree | 8f5285967c519c7bb9107c8ea5e1d5eb2ea297ba /src/keyboard.h | |
parent | d6e71c56131f48de69d380baa5bc367add3c6a7b (diff) | |
download | emacs-9b64bca18d06e0781f5e774f40ac9f9a2379d111.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)); |