branch: elpa/buttercup
commit 18502530d66f48751f4772cc383ce340c1d86a0a
Author: Ola Nilsson <ola.nils...@gmail.com>
Commit: Jorgen Schäfer <jorgen.schae...@gmail.com>

    Remove duplicate buttercup-color declaration
---
 buttercup.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/buttercup.el b/buttercup.el
index ec233ad..05ae9bb 100644
--- a/buttercup.el
+++ b/buttercup.el
@@ -1248,9 +1248,6 @@ spec, and should be killed after running the spec.")
       (buttercup-run))
     (message "Suite executed successfully")))
 
-(defvar buttercup-color t
-  "Whether to use colors in output.")
-
 ;;;###autoload
 (defun buttercup-run-discover ()
   "Discover and load test files, then run all defined suites.

Reply via email to