From: Eli Zaretskii Date: Tue, 11 Jul 2000 07:34:51 +0000 (+0000) Subject: (show_help_echo): Update prototype of show_help_echo. X-Git-Tag: emacs-pretest-21.0.90~2889 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4cc8ea4a65f6d78ea95662ac67c4afe8e44a8d30;p=emacs.git (show_help_echo): Update prototype of show_help_echo. --- 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));