File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2523,7 +2523,7 @@ See: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-promote-function
2523
2523
" ignore-paths" cljr-middleware-ignored-paths
2524
2524
" ignore-errors"
2525
2525
(when cljr-ignore-analyzer-errors " true" ))))
2526
- (with-current-buffer (with-no-warnings (cider-current-repl-buffer ))
2526
+ (with-current-buffer (with-no-warnings (cider-current-repl))
2527
2527
(setq cjr--occurrence-count 0 )
2528
2528
(setq cljr--num-syms -1 )
2529
2529
(setq cljr--occurrence-ids '()))
@@ -2885,7 +2885,7 @@ Date. -> Date
2885
2885
(when-let (candidates (thread-first (cljr--create-msg " resolve-missing"
2886
2886
" symbol" symbol
2887
2887
" session"
2888
- (with-no-warnings (cider-current -session)))
2888
+ (with-no-warnings (cider-nrepl-eval -session)))
2889
2889
(cljr--call-middleware-sync
2890
2890
" candidates" )))
2891
2891
(parseedn-read-str candidates)))
You can’t perform that action at this time.
0 commit comments