From 326d7fc1f670cf98a08762fb52c1deca2038384c Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 14 Feb 1994 21:44:50 +0000 Subject: [PATCH] (Fx_popup_menu): Likewise. --- src/xmenu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xmenu.c b/src/xmenu.c index 8e1e8dfb63b..19bc213c3fa 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -154,6 +154,7 @@ With this form of menu, the return value is VALUE from the chosen item.") widget_value *val, *vw = 0; #endif /* USE_X_TOOLKIT */ + check_x (); /* Decode the first argument: find the window and the coordinates. */ tem = Fcar (position); if (XTYPE (tem) == Lisp_Cons) -- 2.39.5