Mercurial > emacs
changeset 30301:5584f2db8500
(show_help_echo, gen_help_event): Change prototypes.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 18 Jul 2000 18:20:16 +0000 |
parents | 8b24b6f17856 |
children | 9a5ccf8784f3 |
files | src/keyboard.h |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.h Tue Jul 18 18:20:04 2000 +0000 +++ b/src/keyboard.h Tue Jul 18 18:20:16 2000 +0000 @@ -334,7 +334,8 @@ #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));