From 3bebbb18cf4af2a24e8b1a4384ec027c7c478e15 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 1 Feb 1999 04:46:38 +0000 Subject: [PATCH] (nndoc-mime-parts-type-p): Strip leading white space from the matching pattern. --- lisp/nndoc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 1.7.10.4