aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xmenu.c1
1 files changed, 1 insertions, 0 deletions
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.")
154 widget_value *val, *vw = 0; 154 widget_value *val, *vw = 0;
155#endif /* USE_X_TOOLKIT */ 155#endif /* USE_X_TOOLKIT */
156 156
157 check_x ();
157 /* Decode the first argument: find the window and the coordinates. */ 158 /* Decode the first argument: find the window and the coordinates. */
158 tem = Fcar (position); 159 tem = Fcar (position);
159 if (XTYPE (tem) == Lisp_Cons) 160 if (XTYPE (tem) == Lisp_Cons)