From 318ab85c81884690af4f13424e433a12157c1d93 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 4 May 2003 01:44:08 +0000 Subject: [PATCH] (menu_bar_item): Adjust declaration. (menu_bar_one_keymap_changed_items): Declare. --- src/keyboard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/keyboard.c b/src/keyboard.c index 454200f619..50be26c662 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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 -- 2.20.1