--- src/xmenu.c +++ src/xmenu.c 2012-06-26 17:12:22.856009442 +0000 @@ -316,8 +316,8 @@ for instance using the window manager, t #else { Lisp_Object title; - const char *error_name; - Lisp_Object selection; + const char *error_name = NULL; + Lisp_Object selection = Qnil; int specpdl_count = SPECPDL_INDEX (); /* Decode the dialog items from what was specified. */