From ff4929beea4d1bf9009a611b5084de0b2b77b603 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 25 May 2001 09:52:35 +0000 Subject: [PATCH] (rmail-search-mime-header): Fix typo. --- mail/rmail-mime.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/rmail-mime.el b/mail/rmail-mime.el index b9bb3cd..25ede8d 100644 --- a/mail/rmail-mime.el +++ b/mail/rmail-mime.el @@ -134,7 +134,7 @@ The current point is the beginninf of header, and LIMIT is the end position of header. If the search succeeds, return non-nil. Otherwise, return nil." (save-excursion - (rmail-decode-header " *RMAIL-temp-VIEW*" (current-buffer) (point) end) + (rmail-decode-header " *RMAIL-temp-VIEW*" (current-buffer) (point) limit) (goto-char (point-min)) (prog1 (re-search-forward regexp nil t) (kill-buffer " *RMAIL-temp-VIEW*")))) -- 1.7.10.4