Skip to content

Commit c3a8e15

Browse files
committed
Fix parseend usage
1 parent 84ac838 commit c3a8e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clj-refactor.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2507,7 +2507,7 @@ See: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-promote-function
25072507
(unless (cljr--empty-buffer-p)
25082508
(goto-char (point-min))
25092509
(while (not (cljr--end-of-buffer-p))
2510-
(push (parseedn-read-str) occurrences))))
2510+
(push (parseedn-read) occurrences))))
25112511
occurrences))
25122512

25132513
(defun cljr--find-symbol (symbol ns callback)

0 commit comments

Comments
 (0)