From: Gerd Moellmann Date: Tue, 18 Jul 2000 18:20:16 +0000 (+0000) Subject: (show_help_echo, gen_help_event): Change prototypes. X-Git-Tag: emacs-pretest-21.0.90~2751 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8d7268b43e0751c002f1db661e364ed7d94578d1;p=emacs.git (show_help_echo, gen_help_event): Change prototypes. --- diff --git a/src/keyboard.h b/src/keyboard.h index 0da99d25e80..fa9025d2b81 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -334,7 +334,8 @@ 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, Lisp_Object, Lisp_Object, int)); +extern void show_help_echo P_ ((Lisp_Object, Lisp_Object, Lisp_Object, + Lisp_Object, int)); extern int gen_help_event P_ ((struct input_event *, Lisp_Object, - Lisp_Object, Lisp_Object, int)); + Lisp_Object, Lisp_Object, Lisp_Object, int)); extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object));