]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_popup_menu): Initialize selection.
authorAndreas Schwab <schwab@suse.de>
Sun, 19 Nov 2006 01:24:41 +0000 (01:24 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 19 Nov 2006 01:24:41 +0000 (01:24 +0000)
src/xmenu.c

index 037422abde1cd381ef9a26fca8becb8b3b72f125..80565f387b860c3fe332ae66a9be54070f9ebb43 100644 (file)
@@ -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;