Mercurial > emacs
changeset 31012:62881d34a9ba
(gen_help_event): Change prototype.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 21 Aug 2000 18:58:30 +0000 |
parents | bc4608ec8691 |
children | 561b96d3bce3 |
files | src/keyboard.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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));