# HG changeset patch # User Eli Zaretskii # Date 963300891 0 # Node ID 61a15122ab3b92ab84fe4aa135cc8077ea67c4e9 # Parent 5bfb859adb13a39e595fb307224649cc35daf0e0 (show_help_echo): Update prototype of show_help_echo. diff -r 5bfb859adb13 -r 61a15122ab3b src/keyboard.h --- a/src/keyboard.h Tue Jul 11 07:33:06 2000 +0000 +++ b/src/keyboard.h Tue Jul 11 07:34:51 2000 +0000 @@ -334,4 +334,4 @@ #ifdef POLL_FOR_INPUT extern void poll_for_input_1 P_ ((void)); #endif -extern void show_help_echo P_ ((Lisp_Object)); +extern void show_help_echo P_ ((Lisp_Object, int));