projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27908e0
)
(nndoc-mime-parts-type-p): Strip leading white space from the matching pattern.
author
yamaoka
<yamaoka>
Mon, 1 Feb 1999 04:46:38 +0000
(
04:46
+0000)
committer
yamaoka
<yamaoka>
Mon, 1 Feb 1999 04:46:38 +0000
(
04:46
+0000)
lisp/nndoc.el
patch
|
blob
|
history
diff --git
a/lisp/nndoc.el
b/lisp/nndoc.el
index
ad3c8f6
..
789bfc5
100644
(file)
--- 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)))