File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
; ; Benedek Fazekas <[email protected] >
9
9
; ; Version: 2.4.0-SNAPSHOT
10
10
; ; Keywords: convenience, clojure, cider
11
- ; ; Package-Requires: ((emacs "24.4") (s "1.8.0") (seq "2.19") (yasnippet "0.6.1") (paredit "24") (multiple-cursors "1.2.2") (clojure-mode "5.6.1") (cider "0.11 .0") (edn "1.1.2") (inflections "2.3") (hydra "0.13.2"))
11
+ ; ; Package-Requires: ((emacs "24.4") (s "1.8.0") (seq "2.19") (yasnippet "0.6.1") (paredit "24") (multiple-cursors "1.2.2") (clojure-mode "5.6.1") (cider "0.15 .0") (edn "1.1.2") (inflections "2.3") (hydra "0.13.2"))
12
12
13
13
; ; This program is free software; you can redistribute it and/or
14
14
; ; modify it under the terms of the GNU General Public License
@@ -2646,7 +2646,7 @@ removed."
2646
2646
See: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-clean-ns"
2647
2647
(interactive )
2648
2648
(cljr--ensure-op-supported " clean-ns" )
2649
- (cider-eval-ns-form :sync )
2649
+ (cider-eval-ns-form)
2650
2650
(cljr--clean-ns))
2651
2651
2652
2652
(defun cljr--narrow-candidates (candidates symbol )
@@ -2801,7 +2801,7 @@ itself might be `nil'."
2801
2801
2802
2802
(defun cljr--maybe-eval-ns-form ()
2803
2803
(when (and cljr-auto-eval-ns-form (cider-connected-p))
2804
- (cider-eval-ns-form :synchronously )))
2804
+ (cider-eval-ns-form)))
2805
2805
2806
2806
;;;### autoload
2807
2807
(defun cljr-add-missing-libspec ()
You can’t perform that action at this time.
0 commit comments