[gnus git] branch master updated: =1= gnus-art: remove useless sit-for
Julien Danjou <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via bd51d8090e061bcb53c261bb4f327f9385924e11 (commit)
from 5620c24a0351a007eba58deada3a1c3eada7cb4a (commit)
- Log -----------------------------------------------------------------
commit bd51d8090e061bcb53c261bb4f327f9385924e11
Author: Julien Danjou <[email protected]>
Date: Thu Feb 3 15:03:16 2011 +0100
gnus-art: remove useless sit-for
Signed-off-by: Julien Danjou <[email protected]>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ebe2b02..f0e33ce 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2011-02-03 Julien Danjou <[email protected]>
+ * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
+
* gnus.el (gnus-summary-line-format): Mention &user-date format in
docstring.
diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el
index e9a0261..d8b7ac9 100644
--- a/lisp/gnus-art.el
+++ b/lisp/gnus-art.el
@@ -4874,8 +4874,6 @@ General format specifiers can also be used. See Info node
(when (zerop parts)
(error "No such part"))
(pop-to-buffer gnus-article-buffer)
- ;; FIXME: why is it necessary?
- (sit-for 0)
(or n
(setq n (if (= parts 1)
1
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 2 ++
lisp/gnus-art.el | 2 --
2 files changed, 2 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project