diff options
| author | Katsumi Yamaoka | 2013-03-06 03:55:49 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2013-03-06 03:55:49 +0000 |
| commit | 394679ff6b510a2d8f89b1dfb2cf9370a0cc2b1f (patch) | |
| tree | 257eaf0ec333fee24226b5fa79a6dbb7f2a8f36a | |
| parent | ffc65beee98a7408c1420c9c55dcb7b31a6114c8 (diff) | |
| download | emacs-394679ff6b510a2d8f89b1dfb2cf9370a0cc2b1f.tar.gz emacs-394679ff6b510a2d8f89b1dfb2cf9370a0cc2b1f.zip | |
lisp/gnus/nndir.el (nndir-request-list): Remove 2nd argument passed to nnml-request-list (Bug#13873)
| -rw-r--r-- | lisp/gnus/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/gnus/nndir.el | 3 | ||||
| -rw-r--r-- | lisp/gnus/nndraft.el | 3 |
3 files changed, 10 insertions, 4 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index d79a09bbfe4..870164023d5 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * nndir.el (nndir-request-list): Remove 2nd argument passed to | ||
| 4 | nnml-request-list. (Bug#13873) | ||
| 5 | (nndir-request-newsgroups): Remove, unused. | ||
| 6 | |||
| 7 | * nndraft.el (nndraft-request-newsgroups): Remove, unused. | ||
| 8 | |||
| 1 | 2013-03-03 Ted Phelps <phelps@gnusto.com> | 9 | 2013-03-03 Ted Phelps <phelps@gnusto.com> |
| 2 | 10 | ||
| 3 | * shr.el: Make all the overlays set the `evaporate' property so that | 11 | * shr.el: Make all the overlays set the `evaporate' property so that |
diff --git a/lisp/gnus/nndir.el b/lisp/gnus/nndir.el index b99a0c37d2e..5e68779e977 100644 --- a/lisp/gnus/nndir.el +++ b/lisp/gnus/nndir.el | |||
| @@ -90,8 +90,7 @@ | |||
| 90 | (nnml-request-article 0 nndir-current-group 0 0) | 90 | (nnml-request-article 0 nndir-current-group 0 0) |
| 91 | (nnmh-request-group nndir-current-group 0 0) | 91 | (nnmh-request-group nndir-current-group 0 0) |
| 92 | (nnml-close-group nndir-current-group 0) | 92 | (nnml-close-group nndir-current-group 0) |
| 93 | (nnml-request-list (nnoo-current-server 'nndir) nndir-directory) | 93 | (nnml-request-list (nnoo-current-server 'nndir))) |
| 94 | (nnml-request-newsgroups (nnoo-current-server 'nndir) nndir-directory)) | ||
| 95 | 94 | ||
| 96 | (provide 'nndir) | 95 | (provide 'nndir) |
| 97 | 96 | ||
diff --git a/lisp/gnus/nndraft.el b/lisp/gnus/nndraft.el index ad8a8b164de..b19b56ae6ea 100644 --- a/lisp/gnus/nndraft.el +++ b/lisp/gnus/nndraft.el | |||
| @@ -346,8 +346,7 @@ are generated if and only if they are also in `message-draft-headers'.") | |||
| 346 | nnmh-retrieve-headers | 346 | nnmh-retrieve-headers |
| 347 | nnmh-request-group | 347 | nnmh-request-group |
| 348 | nnmh-close-group | 348 | nnmh-close-group |
| 349 | nnmh-request-list | 349 | nnmh-request-list)) |
| 350 | nnmh-request-newsgroups)) | ||
| 351 | 350 | ||
| 352 | (provide 'nndraft) | 351 | (provide 'nndraft) |
| 353 | 352 | ||