+2011-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * xselect.c (x_convert_selection): Yet another int/Lisp_Object mixup.
+
2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
* xselect.c: Fix minor problems prompted by GCC 4.6.0 warnings.
converted_selections = cs;
}
- RETURN_UNGCPRO (0);
+ UNGCPRO;
+ return 0;
}
/* Otherwise, record the converted selection to binary. */
&(cs->data), &(cs->type),
&(cs->size), &(cs->format),
&(cs->nofree));
- RETURN_UNGCPRO (1);
+ UNGCPRO;
+ return 1;
}
\f
/* Handle a SelectionClear event EVENT, which indicates that some