# HG changeset patch # User Richard M. Stallman # Date 739129698 0 # Node ID 1fd89e975a7845a3037713b34ef2b1f1f6e9eb53 # Parent 3393f6e53d25f70d2cd406a6cedcdccf9735ef3e (read_char_menu_prompt): Now static. Add declaration. diff -r 3393f6e53d25 -r 1fd89e975a78 src/keyboard.c --- a/src/keyboard.c Thu Jun 03 17:46:38 1993 +0000 +++ b/src/keyboard.c Thu Jun 03 17:48:18 1993 +0000 @@ -435,6 +435,7 @@ 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 @@ 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;