branch: elpa/buttercup commit 1998ae39a3df88e8d8e982c40767ffc9833005f2 Author: Ola Nilsson <ola.nils...@gmail.com> Commit: Jorgen Schäfer <jorgen.schae...@gmail.com>
Drop unused variable in buttercup--disable-specs --- buttercup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buttercup.el b/buttercup.el index 2a392cc..b1fcef7 100644 --- a/buttercup.el +++ b/buttercup.el @@ -919,7 +919,7 @@ FUNCTION is a function containing the body instructions passed to "Process FORMS to make any suites or specs pending." (when (eq (car forms) :var) (setq forms (cddr forms))) - (let (retained inner) + (let (retained) (dolist (form forms (nreverse retained)) (pcase form ;; Make it pending by just keeping the description