From: yamaoka Date: Tue, 26 Jan 1999 09:02:08 +0000 (+0000) Subject: * mime-edit.el (mime-edit-decode-single-part-in-buffer): Limit the search X-Git-Tag: semi-1_13-199901261900~9 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=80db5c51a4f6fa0d7f14e11f2060a06342ecd00c;p=elisp%2Fsemi.git * mime-edit.el (mime-edit-decode-single-part-in-buffer): Limit the search bound for the end of "Content-Transfer-Encoding" field. --- diff --git a/ChangeLog b/ChangeLog index 33bbeed..e3bcaba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-01-26 Katsumi Yamaoka + + * mime-edit.el (mime-edit-decode-single-part-in-buffer): Limit the + search bound for the end of "Content-Transfer-Encoding" field. + 1999-01-26 MORIOKA Tomohiko * mime-play.el (mime-view-caesar): New implementation. diff --git a/mime-edit.el b/mime-edit.el index a5be4fe..57c1de9 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -2679,7 +2679,7 @@ Content-Type: message/partial; id=%s; number=%d; total=%d\n%s\n" "^Content-Transfer-Encoding:" limit t) (let ((beg (match-beginning 0)) (hbeg (match-end 0)) - (end (std11-field-end))) + (end (std11-field-end limit))) (setq encoding (downcase (eliminate-top-spaces