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:
parent
4fa924951b
commit
5e2b4ce123
3 changed files with 12 additions and 1 deletions
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue