all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#6613: 23.2; bogus let bound var in gnus-delay.el
@ 2010-07-11 21:07 Leo
  2010-10-18 20:48 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Leo @ 2010-07-11 21:07 UTC (permalink / raw)
  To: 6613

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-18 20:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-11 21:07 bug#6613: 23.2; bogus let bound var in gnus-delay.el Leo
2010-10-18 20:48 ` Lars Magne Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.