(menu_bar_item): Adjust declaration.
(menu_bar_one_keymap_changed_items): Declare.
This commit is contained in:
parent
4216b545a9
commit
318ab85c81
1 changed files with 2 additions and 2 deletions
|
@ -6750,8 +6750,8 @@ reinvoke_input_signal ()
|
|||
|
||||
|
||||
|
||||
static void menu_bar_item P_ ((Lisp_Object, Lisp_Object));
|
||||
static void menu_bar_one_keymap P_ ((Lisp_Object));
|
||||
static void menu_bar_item P_ ((Lisp_Object, Lisp_Object, Lisp_Object, void*));
|
||||
static Lisp_Object menu_bar_one_keymap_changed_items;
|
||||
|
||||
/* These variables hold the vector under construction within
|
||||
menu_bar_items and its subroutines, and the current index
|
||||
|
|
Loading…
Add table
Reference in a new issue