summaryrefslogtreecommitdiff
path: root/src/keyboard.h
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2000-07-05 14:05:05 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2000-07-05 14:05:05 +0000
commit9b64bca18d06e0781f5e774f40ac9f9a2379d111 (patch)
tree8f5285967c519c7bb9107c8ea5e1d5eb2ea297ba /src/keyboard.h
parentd6e71c56131f48de69d380baa5bc367add3c6a7b (diff)
downloademacs-9b64bca18d06e0781f5e774f40ac9f9a2379d111.tar.gz
(show_help_echo): Declare.
Diffstat (limited to 'src/keyboard.h')
-rw-r--r--src/keyboard.h1
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));