From: Paul Eggert Date: Tue, 27 May 2014 06:35:54 +0000 (-0700) Subject: * xfns.c (Fx_window_property): Remove unused local. X-Git-Tag: emacs-25.0.90~2640^2~44 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ad913a1ae32c2f4bdf22edcc7047584bebfce0d;p=emacs.git * xfns.c (Fx_window_property): Remove unused local. --- diff --git a/src/ChangeLog b/src/ChangeLog index d2db6ccebd6..7e270789094 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2014-05-27 Paul Eggert + * 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 diff --git a/src/xfns.c b/src/xfns.c index 81496f35bfc..dc3211e4d6b 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -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;