Skip to content

Commit

Permalink
Balance parentheses (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
prertik authored Apr 4, 2020
1 parent 4f8c95e commit 7ab3e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clj-refactor.el
Original file line number Diff line number Diff line change
Expand Up @@ -2498,7 +2498,7 @@ See: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-promote-function
(goto-char (point-min))
(while (not (cljr--end-of-buffer-p))
(dolist (edn (parseedn-read))
(push edn occurrences))))
(push edn occurrences)))))
occurrences))

(defun cljr--find-symbol (symbol ns callback)
Expand Down

0 comments on commit 7ab3e21

Please sign in to comment.