[gnus git] branch master updated: m0-5-275-g222a888 =1= nndir.el (nndir-request-list): Remove 2nd argument passed to nnml-request-list (Bug#13873)
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 222a88880b76d771369a21ba36440e4866afffc8 (commit)
from a21954c36ab5ef1240e96862fa31260dfd9d0b84 (commit)
- Log -----------------------------------------------------------------
commit 222a88880b76d771369a21ba36440e4866afffc8
Author: Katsumi Yamaoka <[email protected]>
Date: Wed Mar 6 03:55:37 2013 +0000
nndir.el (nndir-request-list): Remove 2nd argument passed to nnml-request-list (Bug#13873)
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8033b75..e2a8234 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2013-03-06 Katsumi Yamaoka <[email protected]>
+
+ * nndir.el (nndir-request-list): Remove 2nd argument passed to
+ nnml-request-list. (Bug#13873)
+ (nndir-request-newsgroups): Remove, unused.
+
+ * nndraft.el (nndraft-request-newsgroups): Remove, unused.
+
2013-03-05 Paul Eggert <[email protected]>
* deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
diff --git a/lisp/nndir.el b/lisp/nndir.el
index b99a0c3..5e68779 100644
--- a/lisp/nndir.el
+++ b/lisp/nndir.el
@@ -90,8 +90,7 @@
(nnml-request-article 0 nndir-current-group 0 0)
(nnmh-request-group nndir-current-group 0 0)
(nnml-close-group nndir-current-group 0)
- (nnml-request-list (nnoo-current-server 'nndir) nndir-directory)
- (nnml-request-newsgroups (nnoo-current-server 'nndir) nndir-directory))
+ (nnml-request-list (nnoo-current-server 'nndir)))
(provide 'nndir)
diff --git a/lisp/nndraft.el b/lisp/nndraft.el
index ad8a8b1..b19b56a 100644
--- a/lisp/nndraft.el
+++ b/lisp/nndraft.el
@@ -346,8 +346,7 @@ are generated if and only if they are also in `message-draft-headers'.")
nnmh-retrieve-headers
nnmh-request-group
nnmh-close-group
- nnmh-request-list
- nnmh-request-newsgroups))
+ nnmh-request-list))
(provide 'nndraft)
-----------------------------------------------------------------------
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 | 8 ++++++++
lisp/nndir.el | 3 +--
lisp/nndraft.el | 3 +--
3 files changed, 10 insertions(+), 4 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