File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2493,7 +2493,7 @@ See: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-promote-function
2493
2493
" ignore-paths" cljr-middleware-ignored-paths
2494
2494
" ignore-errors"
2495
2495
(when (or cljr-find-usages-ignore-analyzer-errors cljr-ignore-analyzer-errors) " true" ))))
2496
- (with-current-buffer (cider-current-repl-buffer)
2496
+ (with-current-buffer (with-no-warnings ( cider-current-repl-buffer) )
2497
2497
(setq cjr--occurrence-count 0 )
2498
2498
(setq cljr--num-syms -1 )
2499
2499
(setq cljr--occurrence-ids '()))
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ echo "ECUKES_EMACS = $ECUKES_EMACS"
10
10
" $ECUKES_EMACS " --version
11
11
echo
12
12
13
- # cask exec emacs -batch -Q -L . -eval "(progn (setq byte-compile-error-on-warn t) (batch-byte-compile))" clj-refactor.el
13
+ cask exec emacs -batch -Q -L . -eval " (progn (setq byte-compile-error-on-warn t) (batch-byte-compile))" clj-refactor.el
14
14
exec ./run-tests.sh $TAGS
You can’t perform that action at this time.
0 commit comments