changeset 53875:cb0bc8ce8e5a

(nnlistserv-kk-wash-article): Fix paren nesting.
author Andreas Schwab <schwab@suse.de>
date Sun, 08 Feb 2004 22:44:43 +0000
parents 978c77351d66
children 39dd3ea9e1d1
files lisp/gnus/nnlistserv.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/nnlistserv.el	Sun Feb 08 22:42:42 2004 +0000
+++ b/lisp/gnus/nnlistserv.el	Sun Feb 08 22:44:43 2004 +0000
@@ -1,6 +1,6 @@
 ;;; nnlistserv.el --- retrieving articles via web mailing list archives
 
-;; Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+;; Copyright (C) 1997, 1998, 1999, 2000, 2004 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;; Keywords: news, mail
@@ -127,7 +127,7 @@
     (nnweb-decode-entities)
     (while headers
       (goto-char (point-min))
-      (re-search-forward (format "<!-- %s=\"\\([^\"]+\\)" (car headers) nil t))
+      (re-search-forward (format "<!-- %s=\"\\([^\"]+\\)" (car headers)) nil t)
       (set (pop headers) (match-string 1)))
     (goto-char (point-min))
     (search-forward "<!-- body" nil t)