From adef5b0df4f8d52fd61a49cad8b47e12b0e04461 Mon Sep 17 00:00:00 2001 From: Eric Abrahamsen Date: Wed, 8 Jul 2015 22:28:24 +0000 Subject: [PATCH] nnimap.el: Remove unused let variables * lisp/gnus/nnimap.el (nnimap-request-group): Variables are not used. --- lisp/gnus/nnimap.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index 208fd073caf..40610e1d71a 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el @@ -803,7 +803,7 @@ textual parts.") nil group) server)) - articles active marks high low) + active) (with-current-buffer nntp-server-buffer (when result (when (or (not dont-check) -- 2.39.2