[gnus git] branch master updated: n0-15-62-gd0f0dd2 =1= Fix typo.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via d0f0dd2c198f772401ff7ab2435c30dc7fe05668 (commit)
from 44c81a2452c6b048f822af5264de8720a8bd2075 (commit)
- Log -----------------------------------------------------------------
commit d0f0dd2c198f772401ff7ab2435c30dc7fe05668
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Tue Apr 12 19:58:15 2011 +0200
Fix typo.
diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el
index 96f6055..e3b0089 100644
--- a/lisp/gnus-start.el
+++ b/lisp/gnus-start.el
@@ -1735,7 +1735,7 @@ If SCAN, request a scan of that group as well."
(dolist (elem type-cache)
(destructuring-bind (method method-type infos early-data) elem
(when (and method infos
- (gnus-method-denied-p method))
+ (not (gnus-method-denied-p method)))
(let ((updatep (gnus-check-backend-function
'request-update-info (car method))))
;; See if any of the groups from this method require updating.
-----------------------------------------------------------------------
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/gnus-start.el | 2 +-
1 files changed, 1 insertions(+), 1 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