emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100156: Remove debug code.


From: Jan D.
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100156: Remove debug code.
Date: Thu, 04 Nov 2010 13:17:46 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100156
committer: Jan D. <address@hidden>
branch nick: emacs-23
timestamp: Thu 2010-11-04 13:17:46 +0100
message:
  Remove debug code.
modified:
  src/xfns.c
=== modified file 'src/xfns.c'
--- a/src/xfns.c        2010-11-04 08:41:25 +0000
+++ b/src/xfns.c        2010-11-04 12:17:46 +0000
@@ -553,7 +553,7 @@
                            &actual_type, &actual_format, &actual_size,
                            &bytes_remaining, &tmp_data);
 
-  if (0 && rc == Success && actual_type == target_type && !x_had_errors_p (dpy)
+  if (rc == Success && actual_type == target_type && !x_had_errors_p (dpy)
       && actual_size == 4 && actual_format == 32)
     {
       int ign;


reply via email to

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