changeset 30143:61a15122ab3b

(show_help_echo): Update prototype of show_help_echo.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 11 Jul 2000 07:34:51 +0000
parents 5bfb859adb13
children 90534519c7b2
files src/keyboard.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.h	Tue Jul 11 07:33:06 2000 +0000
+++ b/src/keyboard.h	Tue Jul 11 07:34:51 2000 +0000
@@ -334,4 +334,4 @@
 #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));