From: tsuchiya Date: Tue, 6 Aug 2002 09:03:37 +0000 (+0000) Subject: (gnus-namazu/normalize-results): Remove small redundancy of the last change. X-Git-Tag: t-gnus-6_15_8-00-quimby~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=405b6426ba346d9ea8b06ac327f5eafdd3f4cada;p=elisp%2Fgnus.git- (gnus-namazu/normalize-results): Remove small redundancy of the last change. --- diff --git a/lisp/gnus-namazu.el b/lisp/gnus-namazu.el index 7fe511a..8ac5533 100644 --- a/lisp/gnus-namazu.el +++ b/lisp/gnus-namazu.el @@ -283,8 +283,7 @@ options make any sense in this context." (goto-char (point-min)) (while (not (eobp)) (when (looking-at "file://") - (delete-region (point) (match-end 0)) - (forward-line 0)) + (delete-region (point) (match-end 0))) (when (if gnus-namazu-need-path-normalization (or (not (looking-at "/\\(.\\)|/")) (replace-match "\\1:/"))