aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu.c')
-rw-r--r--src/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu.c b/src/menu.c
index 638810b36f8..80709679513 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -1540,7 +1540,7 @@ for instance using the window manager, then this produces a quit and
1540 1540
1541 /* Note that xw_popup_dialog can call menu code, so 1541 /* Note that xw_popup_dialog can call menu code, so
1542 Vmenu_updating_frame should be set (Bug#17891). */ 1542 Vmenu_updating_frame should be set (Bug#17891). */
1543 eassert (f && FRAME_LIVE_P (f)); 1543 eassume (f && FRAME_LIVE_P (f));
1544 XSETFRAME (Vmenu_updating_frame, f); 1544 XSETFRAME (Vmenu_updating_frame, f);
1545 1545
1546 /* Force a redisplay before showing the dialog. If a frame is created 1546 /* Force a redisplay before showing the dialog. If a frame is created