Skip to content

Commit e99db49

Browse files
committed
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.
1 parent 6314697 commit e99db49

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/clojure-mode-indentation-test.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ DESCRIPTION is a string with the description of the spec."
254254
|top
255255
one)"))
256256
(describe "should respect special argument indentation"
257-
:var (clojure-special-arg-indent-factor)
258257
(before-each
259258
(setq clojure-special-arg-indent-factor 1))
260259
(after-each

0 commit comments

Comments
 (0)