projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faf8f5a
)
(find_and_call_menu_selection): Make menu_bar_items_used
author
Dave Love
<fx@gnu.org>
Mon, 29 Sep 2003 18:17:35 +0000
(18:17 +0000)
committer
Dave Love
<fx@gnu.org>
Mon, 29 Sep 2003 18:17:35 +0000
(18:17 +0000)
EMACS_INT.
src/xmenu.c
patch
|
blob
|
history
diff --git
a/src/xmenu.c
b/src/xmenu.c
index 01f4c56acf1a338b9eaebe8eb3f839ae50ca89f7..b46d28626fb3f039ceb6cd4fbd83803169c025f0 100644
(file)
--- a/
src/xmenu.c
+++ b/
src/xmenu.c
@@
-1377,7
+1377,7
@@
menu_highlight_callback (widget, id, call_data)
void
find_and_call_menu_selection (f, menu_bar_items_used, vector, client_data)
FRAME_PTR f;
-
int
menu_bar_items_used;
+
EMACS_INT
menu_bar_items_used;
Lisp_Object vector;
void *client_data;
{