emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/buttercup 1998ae3 188/340: Drop unused variable in butterc


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup 1998ae3 188/340: Drop unused variable in buttercup--disable-specs
Date: Thu, 16 Dec 2021 14:59:31 -0500 (EST)

branch: elpa/buttercup
commit 1998ae39a3df88e8d8e982c40767ffc9833005f2
Author: Ola Nilsson <ola.nilsson@gmail.com>
Commit: Jorgen Schäfer <Jorgen.Schaefer@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



reply via email to

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