From: yamaoka Date: Fri, 10 May 2002 04:46:53 +0000 (+0000) Subject: Synch with Oort Gnus. X-Git-Tag: t-gnus-6_15_7-01-quimby~14 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=888a0cc43c0abb132f9794d68215b9065207b76b;p=elisp%2Fgnus.git- Synch with Oort Gnus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 94b9ef7..ee1e5e4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-05-10 ShengHuo ZHU + + * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end. + 2002-05-08 Kai Gro,A_(Bjohann From Florian Weimer . diff --git a/lisp/nndoc.el b/lisp/nndoc.el index 143b05e..b675e26 100644 --- a/lisp/nndoc.el +++ b/lisp/nndoc.el @@ -579,7 +579,7 @@ from the document.") (cons 'body-begin "^ ?\n") (cons 'article-begin b-delimiter) (cons 'body-end-function 'nndoc-digest-body-end) - (cons 'file-end (concat "\n--" boundary-id "--[ \t]*$")))) + (cons 'file-end (concat "^--" boundary-id "--[ \t]*$")))) t))) (defun nndoc-standard-digest-type-p ()