]> git.eshelyaron.com Git - emacs.git/commitdiff
(nnlistserv-kk-wash-article): Fix paren nesting.
authorAndreas Schwab <schwab@suse.de>
Sun, 8 Feb 2004 22:44:43 +0000 (22:44 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 8 Feb 2004 22:44:43 +0000 (22:44 +0000)
lisp/gnus/nnlistserv.el

index 12978435f7fb60185822f9196e98899a5d2d45e0..b6ce46c82f2a1a2e6875ab0bb153f208a90b844d 100644 (file)
@@ -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
     (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)