From 1ad913a1ae32c2f4bdf22edcc7047584bebfce0d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 26 May 2014 23:35:54 -0700 Subject: [PATCH] * xfns.c (Fx_window_property): Remove unused local. --- src/ChangeLog | 2 ++ src/xfns.c | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) 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; -- 2.39.2