Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
af3efc32
Commit
af3efc32
authored
Dec 25, 2013
by
Lars Ingebrigtsen
Committed by
Katsumi Yamaoka
Dec 25, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lisp/gnus/gnus-sum.el (gnus-summary-exit): Stop animations
parent
83fa295c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+4
-0
lisp/gnus/gnus-sum.el
lisp/gnus/gnus-sum.el
+2
-0
No files found.
lisp/gnus/ChangeLog
View file @
af3efc32
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):
...
...
lisp/gnus/gnus-sum.el
View file @
af3efc32
...
...
@@ -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)))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment