From: yamaoka Date: Tue, 20 Feb 2001 22:06:05 +0000 (+0000) Subject: Synch with Oort Gnus. X-Git-Tag: t-gnus-6_15_0-09-quimby~17 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d4f8451d24553ed47f52a4b75db013d305e73687;p=elisp%2Fgnus.git- Synch with Oort Gnus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index db16840..3fd93f2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-02-20 16:00:00 ShengHuo ZHU + + * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be + something special. + 2001-02-20 00:00:00 ShengHuo ZHU * nnweb.el (nnweb-request-group): Set nnweb-group anyway. diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el index dc5be9f..c4640ba 100644 --- a/lisp/gnus-start.el +++ b/lisp/gnus-start.el @@ -939,6 +939,7 @@ If LEVEL is non-nil, the news will be set up at level LEVEL." ;; See whether we need to read the description file. (when (and (boundp 'gnus-group-line-format) + (stringp gnus-group-line-format) (let ((case-fold-search nil)) (string-match "%[-,0-9]*D" gnus-group-line-format)) (not gnus-description-hashtb)