branch: elpa/clojure-mode
commit e99db498520e9141c1221003ce3e029eb3474884
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Remove erroneous :var for special variable in buttercup test
The defcustom is a dynamic variable, so buttercup's lexical :var
binding doesn't shadow it. The before-each/after-each already
handle save/restore via setq.
---
test/clojure-mode-indentation-test.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/test/clojure-mode-indentation-test.el
b/test/clojure-mode-indentation-test.el
index 8ecafb1331..c589acfd0e 100644
--- a/test/clojure-mode-indentation-test.el
+++ b/test/clojure-mode-indentation-test.el
@@ -254,7 +254,6 @@ DESCRIPTION is a string with the description of the spec."
|top
one)"))
(describe "should respect special argument indentation"
- :var (clojure-special-arg-indent-factor)
(before-each
(setq clojure-special-arg-indent-factor 1))
(after-each