X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Fnndir.el;h=5d597641114fd1a0992bb8005e2669275d6d4b5a;hp=dd86fba69306149afa3f10af8e31f142430adc52;hb=b52037f4a9c6bee1ff556c22750e158da1208d4b;hpb=9a8731d6dea8021a10dec1b42f382609336a9aa9 diff --git a/lisp/nndir.el b/lisp/nndir.el index dd86fba69..5d5976411 100644 --- a/lisp/nndir.el +++ b/lisp/nndir.el @@ -1,7 +1,6 @@ ;;; nndir.el --- single directory newsgroup access for Gnus -;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1995-2016 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen ;; Keywords: news @@ -91,10 +90,8 @@ (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) -;; arch-tag: 56f09f68-0e4e-4816-818a-df80b4a394c8 ;;; nndir.el ends here