changeset 30052:324e0b1b2ac1

(show_help_echo): Declare.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 05 Jul 2000 14:05:05 +0000
parents 70d9d51a864c
children baccf5e9ab70
files src/keyboard.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.h	Wed Jul 05 14:01:15 2000 +0000
+++ b/src/keyboard.h	Wed Jul 05 14:05:05 2000 +0000
@@ -334,3 +334,4 @@
 #ifdef POLL_FOR_INPUT
 extern void poll_for_input_1 P_ ((void));
 #endif
+extern void show_help_echo P_ ((Lisp_Object));