From: yamaoka Date: Mon, 1 Feb 1999 06:40:09 +0000 (+0000) Subject: ;; Commit by Arisawa-san by way of yamaoka. X-Git-Tag: pgnus-ichikawa-199902011900~4 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e6888f9a7612b2063b01105189a08908a630799;p=elisp%2Fgnus.git- ;; Commit by Arisawa-san by way of yamaoka. * (nndoc-mime-digest-type-p): Add the element of `header-begin' to type-alist for mime-digest. --- diff --git a/lisp/nndoc.el b/lisp/nndoc.el index 789bfc5..8d3c64a 100644 --- a/lisp/nndoc.el +++ b/lisp/nndoc.el @@ -519,6 +519,7 @@ from the document.") (setq entry (assq 'mime-digest nndoc-type-alist)) (setcdr entry (list + (cons 'head-begin "^ ?\n") (cons 'head-end "^ ?$") (cons 'body-begin "^ ?\n") (cons 'article-begin b-delimiter)