]> git.eshelyaron.com Git - emacs.git/commitdiff
* xfns.c (Fx_window_property): Remove unused local.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 May 2014 06:35:54 +0000 (23:35 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 May 2014 06:35:54 +0000 (23:35 -0700)
src/ChangeLog
src/xfns.c

index d2db6ccebd685e14eda3bd5cb2aa8ec435e003a3..7e270789094d1ea7143d064847446a37a2a32094 100644 (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
index 81496f35bfc579927d5345d663b0d4c144d66317..dc3211e4d6b55df4e793ae0383cb9e9f3fb425ac 100644 (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;