elpasync pushed a change to branch elpa/clojure-mode.
from 0758795ae8 Avoid duplicate thing-at-point call in alignment
position check
new a7299daf73 Remove dead code clojure-char-at-point and
clojure-char-before-point
new 331db3f468 Use char-after instead of buffer-substring in
toggle-keyword-string
new e0138efbdf Extract clojure--goto-form to deduplicate goto-if and
goto-when
new 094670740f Convert whitespace alignment search from recursive to
iterative
new 5c85010069 Remove redundant comment-normalize-vars call in
clojure-sort-ns
new dcb96cf834 Remove obsolete clojure-namespace-name-regex
new 8c1389cce9 Replace custom clojure-find-first with seq-find
new 6d9d81b028 Add tests for clojure-toggle-keyword-string
new d69839084f Fix clojure-update-ns and add tests
new 2394e36fb6 Fix indentation of seq-find call to satisfy linter
Summary of changes:
clojure-mode.el | 126 +++++++++---------------
test/clojure-mode-toggle-keyword-string-test.el | 74 ++++++++++++++
test/clojure-mode-update-ns-test.el | 77 +++++++++++++++
3 files changed, 195 insertions(+), 82 deletions(-)
create mode 100644 test/clojure-mode-toggle-keyword-string-test.el
create mode 100644 test/clojure-mode-update-ns-test.el