aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32menu.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/w32menu.c b/src/w32menu.c
index ba29c6ae433..4b00b73210d 100644
--- a/src/w32menu.c
+++ b/src/w32menu.c
@@ -2543,14 +2543,13 @@ DEFUN ("menu-or-popup-active-p", Fmenu_or_popup_active_p, Smenu_or_popup_active_
2543 2543
2544void syms_of_w32menu () 2544void syms_of_w32menu ()
2545{ 2545{
2546 globals_of_w32menu (); 2546 globals_of_w32menu ();
2547 staticpro (&menu_items); 2547 staticpro (&menu_items);
2548 menu_items = Qnil; 2548 menu_items = Qnil;
2549 2549
2550 current_popup_menu = NULL; 2550 current_popup_menu = NULL;
2551 2551
2552 Qdebug_on_next_call = intern ("debug-on-next-call"); 2552 DEFSYM (Qdebug_on_next_call, "debug-on-next-call");
2553 staticpro (&Qdebug_on_next_call);
2554 2553
2555 defsubr (&Sx_popup_menu); 2554 defsubr (&Sx_popup_menu);
2556 defsubr (&Smenu_or_popup_active_p); 2555 defsubr (&Smenu_or_popup_active_p);