From: yamaoka Date: Mon, 1 Feb 1999 04:46:38 +0000 (+0000) Subject: (nndoc-mime-parts-type-p): Strip leading white space from the matching pattern. X-Git-Tag: pgnus-ichikawa-199902011900~8 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3bebbb18cf4af2a24e8b1a4384ec027c7c478e15;p=elisp%2Fgnus.git- (nndoc-mime-parts-type-p): Strip leading white space from the matching pattern. --- diff --git a/lisp/nndoc.el b/lisp/nndoc.el index ad3c8f6..789bfc5 100644 --- a/lisp/nndoc.el +++ b/lisp/nndoc.el @@ -454,7 +454,7 @@ from the document.") (when (and limit (re-search-forward (concat "\ - ^Content-Type:[ \t]*multipart/[a-z]+ *;\\(\\(\n[ \t]\\)?.*;\\)*" +^Content-Type:[ \t]*multipart/[a-z]+ *;\\(\\(\n[ \t]\\)?.*;\\)*" "\\(\n[ \t]\\)?[ \t]*boundary=\"?[^\"\n]*[^\" \t\n]") limit t)) t)))