]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/gnus/nndir.el (nndir-request-list): Remove 2nd argument passed to nnml-request...
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 6 Mar 2013 03:55:49 +0000 (03:55 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 6 Mar 2013 03:55:49 +0000 (03:55 +0000)
lisp/gnus/ChangeLog
lisp/gnus/nndir.el
lisp/gnus/nndraft.el

index d79a09bbfe4b22bfac15daf712b1c253f3ff1b6e..870164023d593e7b1efead1acd2da6c1bd464cde 100644 (file)
@@ -1,3 +1,11 @@
+2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * 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-03  Ted Phelps  <phelps@gnusto.com>
 
        * shr.el: Make all the overlays set the `evaporate' property so that
index b99a0c37d2e79e818c8ab354521a12a8bc171161..5e68779e977f1f22568a2373364d4128f820a03f 100644 (file)
@@ -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)
 
index ad8a8b164de58c5a1584c256aafdbce4011f94c9..b19b56ae6ea7cd7ce93fd2da379fb1e833af431b 100644 (file)
@@ -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)