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.
1 parent 28a8286 commit d9e23e5Copy full SHA for d9e23e5
test/clojure-mode-indentation-test.el
@@ -329,8 +329,7 @@ values of customisable variables."
329
;; `scan-error'. In that case, we should return the
330
;; indentation as if there were an extra sexp at point.
331
(scan-error (cl-incf pos)))
332
- (+ base-col (if (= (% pos 2) 0)
333
- 0 2))))
+ (+ base-col (if (cl-evenp pos) 0 2))))
334
(put-clojure-indent 'test-cond #'indent-cond)
335
336
(defun indent-cond-0 (_indent-point _state) 0)
0 commit comments