(shr-put-image): Animate for 60 seconds.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 26 Jun 2011 15:34:19 +0000 (17:34 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 26 Jun 2011 15:34:19 +0000 (17:34 +0200)
lisp/ChangeLog
lisp/shr.el

index 2ad737f..b869dd2 100644 (file)
@@ -1,6 +1,7 @@
 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * shr.el (shr-put-image): Use the new interface for animating images.
+       (shr-put-image): Animate for 60 seconds.
 
        * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
        avoid compiler warnings.
index e6d0af0..f8a8557 100644 (file)
@@ -528,7 +528,7 @@ the URL of the image to the kill buffer instead."
            (insert "\n"))
          (insert-image image (or alt "*"))
          (when (image-animated-p image)
-           (image-animate image)))
+           (image-animate image nil 60)))
        image)
     (insert alt)))