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:
parent
c7301fe4a2
commit
debce7bcbb
3 changed files with 11 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue