aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Abrahamsen2015-07-08 22:28:24 +0000
committerKatsumi Yamaoka2015-07-08 22:28:24 +0000
commitadef5b0df4f8d52fd61a49cad8b47e12b0e04461 (patch)
treea4f284dba9cf49f626bd77c0c4728235422f4c2d
parentcd2e23e06f503ec6d7240ddd5e8ff8e315cd1536 (diff)
downloademacs-adef5b0df4f8d52fd61a49cad8b47e12b0e04461.tar.gz
emacs-adef5b0df4f8d52fd61a49cad8b47e12b0e04461.zip
nnimap.el: Remove unused let variables
* lisp/gnus/nnimap.el (nnimap-request-group): Variables are not used.
-rw-r--r--lisp/gnus/nnimap.el2
1 files changed, 1 insertions, 1 deletions
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.")
803 nil 803 nil
804 group) 804 group)
805 server)) 805 server))
806 articles active marks high low) 806 active)
807 (with-current-buffer nntp-server-buffer 807 (with-current-buffer nntp-server-buffer
808 (when result 808 (when result
809 (when (or (not dont-check) 809 (when (or (not dont-check)