We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cl-every
seq-every-p
1 parent 08d512a commit 08986acCopy full SHA for 08986ac
clojure-mode.el
@@ -1586,7 +1586,7 @@ https://docs.cider.mx/cider/indent_spec.html e.g. (2 :form
1586
(not (null spec))
1587
(or (integerp (car spec))
1588
(memq (car spec) '(:form :defn)))
1589
- (seq-every-p 'clojure--valid-unquoted-indent-spec-p (cdr spec)))))
+ (cl-every 'clojure--valid-unquoted-indent-spec-p (cdr spec)))))
1590
1591
(defun clojure--valid-indent-spec-p (spec)
1592
"Check that the indentation SPEC (quoted if a list) is valid.
0 commit comments