From 7617111fbd8dec4126ae055e1bc595b128e0f617 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 3 Jun 1993 17:48:18 +0000 Subject: [PATCH] (read_char_menu_prompt): Now static. Add declaration. --- src/keyboard.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index 66885c29024..af990992232 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -435,6 +435,7 @@ void (*keyboard_init_hook) (); static int read_avail_input (); static void get_input_pending (); +static Lisp_Object read_char_menu_prompt (); /* > 0 if we are to echo keystrokes. */ static int echo_keystrokes; @@ -3218,7 +3219,7 @@ static int echo_now; The prompting is done based on the prompt-string of the map and the strings associated with various map elements. */ -Lisp_Object +static Lisp_Object read_char_menu_prompt (nmaps, maps, prev_event, used_mouse_menu) int nmaps; Lisp_Object *maps;