# HG changeset patch # User Gerd Moellmann # Date 966884310 0 # Node ID 62881d34a9bafa57d91dc30d2a2a39d3e9bbe35c # Parent bc4608ec8691cd9152ed6a2f1f9c209f93070b52 (gen_help_event): Change prototype. diff -r bc4608ec8691 -r 62881d34a9ba src/keyboard.h --- a/src/keyboard.h Mon Aug 21 18:58:17 2000 +0000 +++ b/src/keyboard.h Mon Aug 21 18:58:30 2000 +0000 @@ -336,7 +336,7 @@ #endif 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, +extern int gen_help_event P_ ((struct input_event *, int, Lisp_Object, Lisp_Object, Lisp_Object, Lisp_Object, int)); extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object)); extern Lisp_Object menu_item_eval_property P_ ((Lisp_Object));