]> code.delx.au - gnu-emacs/commitdiff
(read_char_menu_prompt): Now static. Add declaration.
authorRichard M. Stallman <rms@gnu.org>
Thu, 3 Jun 1993 17:48:18 +0000 (17:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 3 Jun 1993 17:48:18 +0000 (17:48 +0000)
src/keyboard.c

index 66885c290245da03dc8c84f7ffe9391dcac315f5..af9909922320041669d6c4dc99e0783d0f471e7b 100644 (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;