(nndoc-mime-parts-type-p): Strip leading white space from the matching pattern.
authoryamaoka <yamaoka>
Mon, 1 Feb 1999 04:46:38 +0000 (04:46 +0000)
committeryamaoka <yamaoka>
Mon, 1 Feb 1999 04:46:38 +0000 (04:46 +0000)
lisp/nndoc.el

index ad3c8f6..789bfc5 100644 (file)
@@ -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)))