aboutsummaryrefslogtreecommitdiffstats
path: root/src/xmenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmenu.c')
-rw-r--r--src/xmenu.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index 5a6390449c4..fb03ab84d82 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -258,8 +258,7 @@ for instance using the window manager, then this produces a quit and
258 } 258 }
259 else if (CONSP (position)) 259 else if (CONSP (position))
260 { 260 {
261 Lisp_Object tem; 261 Lisp_Object tem = XCAR (position);
262 tem = Fcar (position);
263 if (CONSP (tem)) 262 if (CONSP (tem))
264 window = Fcar (Fcdr (position)); 263 window = Fcar (Fcdr (position));
265 else 264 else