mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 05:52:32 -08:00
(read_char_menu_prompt): Now static. Add declaration.
This commit is contained in:
parent
a6d5386411
commit
7617111fbd
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue