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 92d3723 commit 4f8c95eCopy full SHA for 4f8c95e
clj-refactor.el
@@ -2497,7 +2497,8 @@ See: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-promote-function
2497
(unless (cljr--empty-buffer-p)
2498
(goto-char (point-min))
2499
(while (not (cljr--end-of-buffer-p))
2500
- (push (parseedn-read) occurrences))))
+ (dolist (edn (parseedn-read))
2501
+ (push edn occurrences))))
2502
occurrences))
2503
2504
(defun cljr--find-symbol (symbol ns callback)
0 commit comments