aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1994-02-14 21:44:50 +0000
committerKarl Heuer1994-02-14 21:44:50 +0000
commit326d7fc1f670cf98a08762fb52c1deca2038384c (patch)
tree49a01d1eca55c7a8f15883b9381bc849bdf750e2 /src
parent7fc9de26baa03fa20749aaeec68c09a4652c9160 (diff)
downloademacs-326d7fc1f670cf98a08762fb52c1deca2038384c.tar.gz
emacs-326d7fc1f670cf98a08762fb52c1deca2038384c.zip
(Fx_popup_menu): Likewise.
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)