emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113926: image.c: Fix debugging code accidentally ch


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r113926: image.c: Fix debugging code accidentally checked in
Date: Fri, 16 Aug 2013 15:13:45 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113926
revision-id: address@hidden
parent: address@hidden
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Fri 2013-08-16 17:13:42 +0200
message:
  image.c: Fix debugging code accidentally checked in
modified:
  src/image.c                    image.c-20091113204419-o5vbwnq5f7feedwu-2969
=== modified file 'src/image.c'
--- a/src/image.c       2013-08-16 15:10:13 +0000
+++ b/src/image.c       2013-08-16 15:13:42 +0000
@@ -7903,7 +7903,7 @@
   struct animation_cache *cache = animation_cache;
   struct animation_cache *prev = NULL;
   EMACS_TIME old = sub_emacs_time (current_emacs_time (),
-                                  EMACS_TIME_FROM_DOUBLE (5));
+                                  EMACS_TIME_FROM_DOUBLE (60));
 
   while (cache)
     {


reply via email to

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