aboutsummaryrefslogtreecommitdiffstats
path: root/src/macmenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/macmenu.c')
-rw-r--r--src/macmenu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/macmenu.c b/src/macmenu.c
index a68ff04e405..064cec57486 100644
--- a/src/macmenu.c
+++ b/src/macmenu.c
@@ -746,7 +746,8 @@ no quit occurs and `x-popup-menu' returns nil. */)
746 746
747 XSETFRAME (Vmenu_updating_frame, f); 747 XSETFRAME (Vmenu_updating_frame, f);
748 } 748 }
749 Vmenu_updating_frame = Qnil; 749 else
750 Vmenu_updating_frame = Qnil;
750#endif /* HAVE_MENUS */ 751#endif /* HAVE_MENUS */
751 752
752 title = Qnil; 753 title = Qnil;