emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117164: * xfns.c (Fx_window_property): Remove unuse


From: Paul Eggert
Subject: [Emacs-diffs] trunk r117164: * xfns.c (Fx_window_property): Remove unused local.
Date: Tue, 27 May 2014 06:35:59 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117164
revision-id: address@hidden
parent: address@hidden
author: Paul Eggert  <address@hidden>
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Mon 2014-05-26 23:35:54 -0700
message:
  * xfns.c (Fx_window_property): Remove unused local.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/xfns.c                     xfns.c-20091113204419-o5vbwnq5f7feedwu-274
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-05-27 03:46:30 +0000
+++ b/src/ChangeLog     2014-05-27 06:35:54 +0000
@@ -1,5 +1,7 @@
 2014-05-27  Paul Eggert  <address@hidden>
 
+       * 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

=== modified file 'src/xfns.c'
--- a/src/xfns.c        2014-05-24 08:41:19 +0000
+++ b/src/xfns.c        2014-05-27 06:35:54 +0000
@@ -4652,7 +4652,6 @@
 {
   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 @@
                                              vector_ret_p,
                                              &found);
     }
-  
+
 
   unblock_input ();
   UNGCPRO;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]