changeset 3453:1fd89e975a78

(read_char_menu_prompt): Now static. Add declaration.
author Richard M. Stallman <rms@gnu.org>
date Thu, 03 Jun 1993 17:48:18 +0000
parents 3393f6e53d25
children 0761060b16a3
files src/keyboard.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;