(gnus-namazu/normalize-results): Remove small redundancy of the last change.
authortsuchiya <tsuchiya>
Tue, 6 Aug 2002 09:03:37 +0000 (09:03 +0000)
committertsuchiya <tsuchiya>
Tue, 6 Aug 2002 09:03:37 +0000 (09:03 +0000)
lisp/gnus-namazu.el

index 7fe511a..8ac5533 100644 (file)
@@ -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:/"))