From 4cc8ea4a65f6d78ea95662ac67c4afe8e44a8d30 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 11 Jul 2000 07:34:51 +0000 Subject: [PATCH] (show_help_echo): Update prototype of show_help_echo. --- src/keyboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.h b/src/keyboard.h index 1eca57d7295..62acb3409dc 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -334,4 +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)); +extern void show_help_echo P_ ((Lisp_Object, int)); -- 2.39.2