aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c3
1 files changed, 2 insertions, 1 deletions
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) ();
435 435
436static int read_avail_input (); 436static int read_avail_input ();
437static void get_input_pending (); 437static void get_input_pending ();
438static Lisp_Object read_char_menu_prompt ();
438 439
439/* > 0 if we are to echo keystrokes. */ 440/* > 0 if we are to echo keystrokes. */
440static int echo_keystrokes; 441static int echo_keystrokes;
@@ -3218,7 +3219,7 @@ static int echo_now;
3218 The prompting is done based on the prompt-string of the map 3219 The prompting is done based on the prompt-string of the map
3219 and the strings associated with various map elements. */ 3220 and the strings associated with various map elements. */
3220 3221
3221Lisp_Object 3222static Lisp_Object
3222read_char_menu_prompt (nmaps, maps, prev_event, used_mouse_menu) 3223read_char_menu_prompt (nmaps, maps, prev_event, used_mouse_menu)
3223 int nmaps; 3224 int nmaps;
3224 Lisp_Object *maps; 3225 Lisp_Object *maps;