[gnus git] branch no-gnus updated: n0-19-2-gb4eb83e =1= gnus-agent comment fix
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via b4eb83e95940acc2e0da6f31174afed18f919083 (commit)
from 80d445fda3dbded5239eaed46c7db8d877ef4308 (commit)
- Log -----------------------------------------------------------------
commit b4eb83e95940acc2e0da6f31174afed18f919083
Author: Jim Meyering <[email protected]>
Date: Wed Feb 1 00:01:03 2012 +0100
gnus-agent comment fix
* gnus-agent.el (gnus-agent-expire-unagentized-dirs):
Correct a comment (insert "not") and hide nominally-doubled "to".
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 20b15f9..6321ece 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-31 Jim Meyering <[email protected]>
+
+ * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
+ Correct a comment (insert "not") and hide nominally-doubled "to".
+
2012-01-31 Lars Magne Ingebrigtsen <[email protected]>
* gnus.el: No Gnus v0.19 is released.
diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el
index d730875..5178220 100644
--- a/lisp/gnus-agent.el
+++ b/lisp/gnus-agent.el
@@ -3618,7 +3618,7 @@ articles in every agentized group? "))
(setq r d
d (directory-file-name d)))
;; if ANY ancestor was NOT in keep hash and
- ;; it's already in to-remove, add it to
+ ;; it's not already in to-remove, add it to
;; to-remove.
(if (and r
(not (member r to-remove)))
-----------------------------------------------------------------------
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-agent.el | 2 +-
2 files changed, 6 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, no-gnus has been updated
hooks/post-receive
--
Gnus Project