Merge change(s) made in Gnus no-gnus branch

2012-01-31  Jim Meyering  <jim@meyering.net>
 gnus-agent.el (gnus-agent-expire-unagentized-dirs):
 Correct a comment (insert "not") and hide nominally-doubled "to".
This commit is contained in:
Gnus developers 2012-02-01 09:00:42 +00:00 committed by Katsumi Yamaoka
parent c7301fe4a2
commit debce7bcbb
3 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
* gnus.texi (Agent Basics): Fix outdated description of
`gnus-agent-auto-agentize-methods'.
2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
* cc-mode.texi: Always @defindex ss.

View file

@ -1,3 +1,8 @@
2012-01-31 Jim Meyering <jim@meyering.net>
* gnus-agent.el (gnus-agent-expire-unagentized-dirs):
Correct a comment (insert "not") and hide nominally-doubled "to".
2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
* gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent

View file

@ -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)))