diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-11-12 03:29:51 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-11-12 03:31:53 +0100 |
commit | 35e3d002d6cae1d1b7fc620b5748ac656cca23e4 (patch) | |
tree | 35f84d9848c5e8e9de1d7e7b7d3a6a82b6fedde3 /lisp/gnus/gnus-art.el | |
parent | a204b29d5ba01f382203686929fa367a9baa58d5 (diff) | |
download | emacs-35e3d002d6cae1d1b7fc620b5748ac656cca23e4.tar.gz emacs-35e3d002d6cae1d1b7fc620b5748ac656cca23e4.tar.bz2 emacs-35e3d002d6cae1d1b7fc620b5748ac656cca23e4.zip |
Make gnus-article-stop-animations obsolete
* lisp/gnus/gnus-art.el (gnus-article-stop-animations): Make
obsolete now that animated images stop themselves automatically.
(gnus-article-setup-buffer):
* lisp/gnus/gnus-sum.el (gnus-summary-exit)
(gnus-summary-exit-no-update, gnus-summary-show-article): Remove
callers.
Diffstat (limited to 'lisp/gnus/gnus-art.el')
-rw-r--r-- | lisp/gnus/gnus-art.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 89b4a63ad92..78ce89dde3c 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -4579,7 +4579,6 @@ commands: (let ((summary gnus-summary-buffer)) (with-current-buffer name (setq-local gnus-article-edit-mode nil) - (gnus-article-stop-animations) (when gnus-article-mime-handles (mm-destroy-parts gnus-article-mime-handles) (setq gnus-article-mime-handles nil)) @@ -4605,6 +4604,7 @@ commands: (current-buffer)))))) (defun gnus-article-stop-animations () + (declare (obsolete nil "29.1")) (cancel-function-timers 'image-animate-timeout)) (defun gnus-stop-downloads () |