aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/gnus-art.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el
index d826faca5bd..601ea00810d 100644
--- a/lisp/gnus/gnus-art.el
+++ b/lisp/gnus/gnus-art.el
@@ -4559,10 +4559,7 @@ commands:
4559 (current-buffer)))))) 4559 (current-buffer))))))
4560 4560
4561(defun gnus-article-stop-animations () 4561(defun gnus-article-stop-animations ()
4562 (dolist (timer (and (boundp 'timer-list) 4562 (cancel-function-timers 'image-animate-timeout))
4563 timer-list))
4564 (when (eq (timer--function timer) 'image-animate-timeout)
4565 (cancel-timer timer))))
4566 4563
4567(defun gnus-stop-downloads () 4564(defun gnus-stop-downloads ()
4568 (when (boundp 'url-queue) 4565 (when (boundp 'url-queue)