SHA256
1
0
forked from pool/emacs
emacs/emacs-24.1-nonvoid.patch

14 lines
399 B
Diff
Raw Normal View History

--- 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. */