mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-25 07:40:40 -07:00
(nnlistserv-kk-wash-article): Fix paren nesting.
This commit is contained in:
parent
2df5044f34
commit
557bc6f37b
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue