2001-02-20 16:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 20 Feb 2001 21:15:18 +0000 (21:15 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 20 Feb 2001 21:15:18 +0000 (21:15 +0000)
* gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
something special.

lisp/ChangeLog
lisp/gnus-start.el

index 8c4898e..62359a4 100644 (file)
@@ -1,3 +1,8 @@
+2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
+       something special.
+
 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
index 3310803..8f144f2 100644 (file)
@@ -917,6 +917,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)