From: Karl Heuer Date: Mon, 14 Feb 1994 21:44:50 +0000 (+0000) Subject: (Fx_popup_menu): Likewise. X-Git-Tag: emacs-19.34~9903 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=326d7fc1f670cf98a08762fb52c1deca2038384c;p=emacs.git (Fx_popup_menu): Likewise. --- 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)