emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#6613: closed (23.2; bogus let bound var in gnus-


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6613: closed (23.2; bogus let bound var in gnus-delay.el)
Date: Mon, 18 Oct 2010 20:45:02 +0000

Your message dated Mon, 18 Oct 2010 22:48:19 +0200
with message-id <address@hidden>
and subject line Re: 23.2; bogus let bound var in gnus-delay.el
has caused the GNU bug report #6613,
regarding 23.2; bogus let bound var in gnus-delay.el
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
6613: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6613
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 23.2; bogus let bound var in gnus-delay.el Date: Sun, 11 Jul 2010 22:07:04 +0100
In the function `gnus-delay-article' in gnus-delay.el,

  (let ((group (format "nndraft:%s" gnus-delay-group)))
      (gnus-agent-queue-setup gnus-delay-group))

The let-bound var `group' is not used and in fact gnus-agent-queue-setup
takes care of formatting the group name already. So I think it should be
simplified to

  (gnus-agent-queue-setup gnus-delay-group)

Leo



--- End Message ---
--- Begin Message --- Subject: Re: 23.2; bogus let bound var in gnus-delay.el Date: Mon, 18 Oct 2010 22:48:19 +0200 User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)
Leo <address@hidden> writes:

> In the function `gnus-delay-article' in gnus-delay.el,
>
>   (let ((group (format "nndraft:%s" gnus-delay-group)))
>       (gnus-agent-queue-setup gnus-delay-group))
>
> The let-bound var `group' is not used and in fact gnus-agent-queue-setup
> takes care of formatting the group name already. So I think it should be
> simplified to
>
>   (gnus-agent-queue-setup gnus-delay-group)

This has now been fixed in git Gnus.

-- 
(domestic pets only, the antidote for overdose, milk.)
  address@hidden * Lars Magne Ingebrigtsen


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]