diff options
| author | Richard M. Stallman | 1993-06-03 17:48:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-03 17:48:18 +0000 |
| commit | 7617111fbd8dec4126ae055e1bc595b128e0f617 (patch) | |
| tree | 265b63473d5cf7036326ab0157ac57528a243e69 /src | |
| parent | a6d53864110ca6bbc66831c54560d0f85cec267d (diff) | |
| download | emacs-7617111fbd8dec4126ae055e1bc595b128e0f617.tar.gz emacs-7617111fbd8dec4126ae055e1bc595b128e0f617.zip | |
(read_char_menu_prompt): Now static. Add declaration.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 3 |
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 | ||
| 436 | static int read_avail_input (); | 436 | static int read_avail_input (); |
| 437 | static void get_input_pending (); | 437 | static void get_input_pending (); |
| 438 | static Lisp_Object read_char_menu_prompt (); | ||
| 438 | 439 | ||
| 439 | /* > 0 if we are to echo keystrokes. */ | 440 | /* > 0 if we are to echo keystrokes. */ |
| 440 | static int echo_keystrokes; | 441 | static 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 | ||
| 3221 | Lisp_Object | 3222 | static Lisp_Object |
| 3222 | read_char_menu_prompt (nmaps, maps, prev_event, used_mouse_menu) | 3223 | read_char_menu_prompt (nmaps, maps, prev_event, used_mouse_menu) |
| 3223 | int nmaps; | 3224 | int nmaps; |
| 3224 | Lisp_Object *maps; | 3225 | Lisp_Object *maps; |