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 84ac838 commit c3a8e15Copy full SHA for c3a8e15
clj-refactor.el
@@ -2507,7 +2507,7 @@ See: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-promote-function
2507
(unless (cljr--empty-buffer-p)
2508
(goto-char (point-min))
2509
(while (not (cljr--end-of-buffer-p))
2510
- (push (parseedn-read-str) occurrences))))
+ (push (parseedn-read) occurrences))))
2511
occurrences))
2512
2513
(defun cljr--find-symbol (symbol ns callback)
0 commit comments