(rmail-search-mime-header): Fix typo. Emacs-21_0_103-SEMI-1_14_3-1
authortomo <tomo>
Fri, 25 May 2001 09:52:35 +0000 (09:52 +0000)
committertomo <tomo>
Fri, 25 May 2001 09:52:35 +0000 (09:52 +0000)
mail/rmail-mime.el

index b9bb3cd..25ede8d 100644 (file)
@@ -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
 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*"))))
     (goto-char (point-min))
     (prog1 (re-search-forward regexp nil t)
       (kill-buffer " *RMAIL-temp-VIEW*"))))