From: yamaoka Date: Thu, 26 Aug 2004 09:05:06 +0000 (+0000) Subject: Synch to No Gnus 200408260904. X-Git-Tag: t-gnus-6_17_4-quimby-~791 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=a8330e86a28ce5a1218ed131821cefff4522b20b;p=elisp%2Fgnus.git- Synch to No Gnus 200408260904. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 91e3fe0..5a7e582 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2004-08-26 Katsumi Yamaoka + * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward + entry. + * gnus-group.el (gnus-group-line-format-alist): Convert the value of gnus-tmp-news-method into string under XEmacs. It will be passed to gnus-correct-length which takes only a string argument. diff --git a/lisp/nndoc.el b/lisp/nndoc.el index d6a9e0e..3763654 100644 --- a/lisp/nndoc.el +++ b/lisp/nndoc.el @@ -130,7 +130,7 @@ from the document.") (article-transform-function . nndoc-transform-lanl-gov-announce) (subtype preprints guess)) (rfc822-forward - (article-begin . "^\n\n*") + (article-begin . "^\n+") (body-end-function . nndoc-rfc822-forward-body-end-function) (generate-head-function . nndoc-rfc822-forward-generate-head) (generate-article-function . nndoc-rfc822-forward-generate-article))