diff options
Diffstat (limited to 'src/xmenu.c')
-rw-r--r-- | src/xmenu.c | 3 |
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 } else if (CONSP (position)) { - Lisp_Object tem; - tem = Fcar (position); + Lisp_Object tem = XCAR (position); if (CONSP (tem)) window = Fcar (Fcdr (position)); else |