gnus-registry.el (gnus-registry-ignore-group-p): Don't call `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.

This commit is contained in:
Teodor Zlatanov 2011-04-25 04:32:07 +00:00 committed by Katsumi Yamaoka
parent 8b492194a9
commit e2822bd2ea
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
* gnus-registry.el (gnus-registry-ignore-group-p): Don't call
`gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
2011-04-23 Glenn Morris <rgm@gnu.org>
* gnus-sum.el (gnus-extra-headers): Bump :version.

View file

@ -678,6 +678,7 @@ Consults `gnus-registry-ignored-groups' and
;; `gnus-registry-ignored-groups' is a list of lists
;; (it can be a list of regexes)
(and (listp (nth 0 gnus-registry-ignored-groups))
(get-buffer "*Group*") ; in automatic tests this is false
(gnus-parameter-registry-ignore group))
(gnus-grep-in-list
group