From 405b6426ba346d9ea8b06ac327f5eafdd3f4cada Mon Sep 17 00:00:00 2001 From: tsuchiya Date: Tue, 6 Aug 2002 09:03:37 +0000 Subject: [PATCH] (gnus-namazu/normalize-results): Remove small redundancy of the last change. --- lisp/gnus-namazu.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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:/")) -- 1.7.10.4