lisp/gnus/gnus-sum.el (gnus-summary-exit): Stop animations

This commit is contained in:
Lars Ingebrigtsen 2013-12-25 22:28:09 +00:00 committed by Katsumi Yamaoka
parent 83fa295c12
commit af3efc3255
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
* gnus-sum.el (gnus-summary-exit): Stop animations.
2013-12-19 Juri Linkov <juri@jurta.org>
* gnus.el (gnus-suppress-keymap):

View file

@ -7278,6 +7278,7 @@ If FORCE (the prefix), also save the .newsrc file(s)."
(not (string= group (gnus-group-group-name))))
(gnus-group-next-unread-group 1))
(setq group-point (point))
(gnus-article-stop-animations)
(if temporary
nil ;Nothing to do.
(set-buffer buf)
@ -7368,6 +7369,7 @@ If FORCE (the prefix), also save the .newsrc file(s)."
(gnus-group-update-group group nil t))
(when (equal (gnus-group-group-name) group)
(gnus-group-next-unread-group 1))
(gnus-article-stop-animations)
(when quit-config
(gnus-handle-ephemeral-exit quit-config)))))