* xfns.c (Fx_window_property): Remove unused local.

This commit is contained in:
Paul Eggert 2014-05-26 23:35:54 -07:00
parent c3e7b943a0
commit 1ad913a1ae
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,7 @@
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

View file

@ -4652,7 +4652,6 @@ no value of TYPE (always string in the MS Windows case). */)
{
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);
@ -4699,7 +4698,7 @@ no value of TYPE (always string in the MS Windows case). */)
vector_ret_p,
&found);
}
unblock_input ();
UNGCPRO;