summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-06-03 17:48:18 +0000
committerRichard M. Stallman <rms@gnu.org>1993-06-03 17:48:18 +0000
commit7617111fbd8dec4126ae055e1bc595b128e0f617 (patch)
tree265b63473d5cf7036326ab0157ac57528a243e69
parenta6d53864110ca6bbc66831c54560d0f85cec267d (diff)
downloademacs-7617111fbd8dec4126ae055e1bc595b128e0f617.tar.gz
(read_char_menu_prompt): Now static. Add declaration.
-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) ();
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;