diff src/xmenu.c @ 74070:e3259d353397

(Fx_popup_menu): Initialize selection.
author Andreas Schwab <schwab@suse.de>
date Sun, 19 Nov 2006 01:24:41 +0000
parents b662c7bb9e5f
children 3d45362f1d38 c71725faff1a dbe3f29e61d6
line wrap: on
line diff
--- a/src/xmenu.c	Sat Nov 18 21:47:06 2006 +0000
+++ b/src/xmenu.c	Sun Nov 19 01:24:41 2006 +0000
@@ -822,7 +822,7 @@
   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;