1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 05:52:32 -08:00

(read_char_menu_prompt): Now static. Add declaration.

This commit is contained in:
Richard M. Stallman 1993-06-03 17:48:18 +00:00
parent a6d5386411
commit 7617111fbd

View file

@ -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;