From: Lars Magne Ingebrigtsen Date: Fri, 16 Aug 2013 15:13:42 +0000 (+0200) Subject: image.c: Fix debugging code accidentally checked in X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1686^2~197 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6146bf5d2f5e1075bde6ee71e44c804fe87ab683;p=emacs.git image.c: Fix debugging code accidentally checked in --- diff --git a/src/image.c b/src/image.c index ed10a3ed6cd..3607be1e86c 100644 --- a/src/image.c +++ b/src/image.c @@ -7903,7 +7903,7 @@ imagemagick_prune_animation_cache () 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) {