aboutsummaryrefslogtreecommitdiffstats
path: root/src/xmenu.c
diff options
context:
space:
mode:
authorAndreas Schwab1998-04-14 12:25:56 +0000
committerAndreas Schwab1998-04-14 12:25:56 +0000
commitdfcf069d565c347abf3cb7cec80e6ed8432037ba (patch)
treecd9620f10084ffa69d7d6ae26284ffd69d4c07a5 /src/xmenu.c
parent0f94f94657ad7a6a68e64c612285a5e06152def2 (diff)
downloademacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.tar.gz
emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.zip
Fix -Wimplicit warnings.
Diffstat (limited to 'src/xmenu.c')
-rw-r--r--src/xmenu.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index 09cc1af864c..5e7c0c966ec 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -686,7 +686,7 @@ cached information about equivalent key sequences.")
686 /* Use the mouse's current position. */ 686 /* Use the mouse's current position. */
687 FRAME_PTR new_f = selected_frame; 687 FRAME_PTR new_f = selected_frame;
688 Lisp_Object bar_window; 688 Lisp_Object bar_window;
689 int part; 689 enum scroll_bar_part part;
690 unsigned long time; 690 unsigned long time;
691 691
692 if (mouse_position_hook) 692 if (mouse_position_hook)
@@ -1095,6 +1095,7 @@ popup_get_selection (initial_event, dpyinfo, id)
1095 passing it to the toolkit right away, is that we can safely 1095 passing it to the toolkit right away, is that we can safely
1096 execute Lisp code. */ 1096 execute Lisp code. */
1097 1097
1098void
1098x_activate_menubar (f) 1099x_activate_menubar (f)
1099 FRAME_PTR f; 1100 FRAME_PTR f;
1100{ 1101{
@@ -2606,6 +2607,7 @@ xmenu_show (f, x, y, for_click, keymaps, title, error)
2606 2607
2607#endif /* HAVE_MENUS */ 2608#endif /* HAVE_MENUS */
2608 2609
2610void
2609syms_of_xmenu () 2611syms_of_xmenu ()
2610{ 2612{
2611 staticpro (&menu_items); 2613 staticpro (&menu_items);