Skip to content

Commit 5c85010

Browse files
committed
Remove redundant comment-normalize-vars call in clojure-sort-ns
This is already called during mode setup in clojure-mode-variables, so the explicit call here is unnecessary.
1 parent 0946707 commit 5c85010

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

clojure-mode.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2168,7 +2168,6 @@ content) are considered part of the preceding sexp."
21682168
(defun clojure-sort-ns ()
21692169
"Internally sort each sexp inside the ns form."
21702170
(interactive)
2171-
(comment-normalize-vars t) ;; `t`: avoid prompts
21722171
(if (clojure-find-ns)
21732172
(save-excursion
21742173
(goto-char (match-beginning 0))

0 commit comments

Comments
 (0)