1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

gnus-art.el (gnus-article-stop-animations): Use gnus-timer--function that is an alias to timer--function

This commit is contained in:
Katsumi Yamaoka 2012-09-13 11:14:30 +00:00
parent 4fa924951b
commit 5e2b4ce123
3 changed files with 12 additions and 1 deletions

View file

@ -4554,7 +4554,7 @@ commands:
(defun gnus-article-stop-animations ()
(dolist (timer (and (boundp 'timer-list)
timer-list))
(when (eq (timer--function timer) 'image-animate-timeout)
(when (eq (gnus-timer--function timer) 'image-animate-timeout)
(cancel-timer timer))))
(defun gnus-stop-downloads ()