From: Stefan Monnier Date: Wed, 5 Jul 2000 14:05:05 +0000 (+0000) Subject: (show_help_echo): Declare. X-Git-Tag: emacs-pretest-21.0.90~2973 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c2092eba48d5b389d8fcd83b8c47fcc9c6cfc5ee;p=emacs.git (show_help_echo): Declare. --- 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));