From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81059 Path: news.gmane.org!not-for-mail From: Jim Meyering Newsgroups: gmane.emacs.gnus.general Subject: [PATCH] maint: correct comment (insert "not") and hide doubled "to" Date: Tue, 31 Jan 2012 20:42:16 +0100 Message-ID: <874nvbhd5z.fsf@rho.meyering.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328038995 7709 80.91.229.3 (31 Jan 2012 19:43:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2012 19:43:15 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29340@lists.math.uh.edu Tue Jan 31 20:43:15 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RsJbn-0008UV-2c for ding-account@gmane.org; Tue, 31 Jan 2012 20:43:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1RsJbG-0005tX-9L; Tue, 31 Jan 2012 13:42:42 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1RsJbE-0005tN-NZ for ding@lists.math.uh.edu; Tue, 31 Jan 2012 13:42:40 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RsJbD-0001Dw-Fy for ding@lists.math.uh.edu; Tue, 31 Jan 2012 13:42:40 -0600 Original-Received: from [88.168.87.75] (helo=mx.meyering.net) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RsJbB-00050m-O4 for ding@gnus.org; Tue, 31 Jan 2012 20:42:37 +0100 Original-Received: from rho.meyering.net (localhost.localdomain [127.0.0.1]) by rho.meyering.net (Acme Bit-Twister) with ESMTP id 3466D60035 for ; Tue, 31 Jan 2012 20:42:16 +0100 (CET) Original-Lines: 29 X-Spam-Score: -1.1 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81059 Archived-At: --- This is relative to the latest from gnus.git. In case you'd like a ChangeLog entry: 2012-01-31 Jim Meyering * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Correct a comment (insert "not") and hide nominally-doubled "to". lisp/gnus-agent.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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))) -- 1.7.9.49.g25388