]> git.eshelyaron.com Git - emacs.git/commitdiff
(show_help_echo): Declare.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 5 Jul 2000 14:05:05 +0000 (14:05 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 5 Jul 2000 14:05:05 +0000 (14:05 +0000)
src/keyboard.h

index f6ac9a56b527c9b7f9382ae70e3050a0cabbfad2..1eca57d72959bce6fdbeb3ed2e65be41a97fdd36 100644 (file)
@@ -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));