From a8330e86a28ce5a1218ed131821cefff4522b20b Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 26 Aug 2004 09:05:06 +0000 Subject: [PATCH] Synch to No Gnus 200408260904. --- lisp/ChangeLog | 3 +++ lisp/nndoc.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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)) -- 1.7.10.4