This commit was generated by cvs2svn to compensate for changes in r4336,
[elisp/gnus.git-] / lisp / nnlistserv.el
index e450dec..bb2b4a9 100644 (file)
@@ -1,5 +1,5 @@
 ;;; nnlistserv.el --- retrieving articles via web mailing list archives
-;; Copyright (C) 1997,98,99 Free Software Foundation, Inc.
+;; Copyright (C) 1997,98 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;; Keywords: news, mail
 
 (defun nnlistserv-kk-search (search)
   (url-insert-file-contents
-   (concat (format (nnweb-definition 'address) search)
+   (concat (format (nnweb-definition 'address) search) 
           (nnweb-definition 'index)))
   t)