From 9397721973fd1bf9dbf7e59a95f3faaa4cd31abc Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 19 Nov 2006 01:24:41 +0000 Subject: [PATCH] (Fx_popup_menu): Initialize selection. --- src/xmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmenu.c b/src/xmenu.c index 037422abde1..80565f387b8 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -822,7 +822,7 @@ no quit occurs and `x-popup-menu' returns nil. */) int xpos = 0, ypos = 0; Lisp_Object title; char *error_name = NULL; - Lisp_Object selection; + Lisp_Object selection = Qnil; FRAME_PTR f = NULL; Lisp_Object x, y, window; int keymaps = 0; -- 2.39.2