SHA256
1
0
forked from pool/emacs
emacs/emacs-24.4-nonvoid.patch
2014-10-21 15:54:37 +00:00

18 lines
480 B
Diff

---
src/xmenu.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- src/xmenu.c
+++ src/xmenu.c 2014-10-21 14:06:22.923837970 +0000
@@ -2031,8 +2031,8 @@ Lisp_Object
xw_popup_dialog (struct frame *f, Lisp_Object header, Lisp_Object contents)
{
Lisp_Object title;
- const char *error_name;
- Lisp_Object selection;
+ const char *error_name = NULL;
+ Lisp_Object selection = Qnil;
ptrdiff_t specpdl_count = SPECPDL_INDEX ();
check_window_system (f);