2014-05-27 Paul Eggert <eggert@cs.ucla.edu>
+ * xfns.c (Fx_window_property): Remove unused local.
+
Don't kill already-reaped process (Bug#17561).
* process.c (process_send_signal): Fix race condition where a
subprocess was reaped by a signal handler between the check for
{
struct frame *f = decode_window_system_frame (frame);
Atom prop_atom;
- int rc;
Lisp_Object prop_value = Qnil;
Atom target_type = XA_STRING;
Window target_window = FRAME_X_WINDOW (f);
vector_ret_p,
&found);
}
-
+
unblock_input ();
UNGCPRO;