[gnus git] branch master updated: n0-15-92-g8eff47e =1= Don't call `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
Ted Zlatanov <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 8eff47ef26184d85116de552681c7e64b885cafc (commit)
from af8a056de8085bfe86f512f65caba7bfd5bea12d (commit)
- Log -----------------------------------------------------------------
commit 8eff47ef26184d85116de552681c7e64b885cafc
Author: Ted Zlatanov <[email protected]>
Date: Sun Apr 24 22:57:04 2011 -0500
Don't call `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
* gnus-registry.el (gnus-registry-ignore-group-p): Don't call
`gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3426a6e..d30adb1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-25 Teodor Zlatanov <[email protected]>
+
+ * 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 <[email protected]>
* gnus-sum.el (gnus-extra-headers): Bump :version.
diff --git a/lisp/gnus-registry.el b/lisp/gnus-registry.el
index 3597cbc..e6c96ab 100644
--- a/lisp/gnus-registry.el
+++ b/lisp/gnus-registry.el
@@ -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
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/gnus-registry.el | 1 +
2 files changed, 6 insertions(+), 0 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project