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

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

bug#6613: 23.2; bogus let bound var in gnus-delay.el


From: Lars Magne Ingebrigtsen
Subject: bug#6613: 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 <sdl.web@gmail.com> 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.)
  larsi@gnus.org * Lars Magne Ingebrigtsen





reply via email to

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