From: tomo Date: Fri, 25 May 2001 09:52:35 +0000 (+0000) Subject: (rmail-search-mime-header): Fix typo. X-Git-Tag: Emacs-21_0_103-SEMI-1_14_3-1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=ff4929beea4d1bf9009a611b5084de0b2b77b603;p=elisp%2Flemi.git (rmail-search-mime-header): Fix typo. --- 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*"))))