aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2000-07-05 14:05:05 +0000
committerStefan Monnier2000-07-05 14:05:05 +0000
commitc2092eba48d5b389d8fcd83b8c47fcc9c6cfc5ee (patch)
tree45a5466ae61dbbb9ebc7f002839bb9465ad78633 /src
parent31f84d032894a5277d1d0f4a302baa3f6b4b3db4 (diff)
downloademacs-c2092eba48d5b389d8fcd83b8c47fcc9c6cfc5ee.tar.gz
emacs-c2092eba48d5b389d8fcd83b8c47fcc9c6cfc5ee.zip
(show_help_echo): Declare.
Diffstat (limited to 'src')
-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 *));
334#ifdef POLL_FOR_INPUT 334#ifdef POLL_FOR_INPUT
335extern void poll_for_input_1 P_ ((void)); 335extern void poll_for_input_1 P_ ((void));
336#endif 336#endif
337extern void show_help_echo P_ ((Lisp_Object));