From 384ece26785d7502812818334d41cd787f590626 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sat, 29 Aug 2015 14:27:16 +0300 Subject: Continue to decouple CIDER from nrepl-client This time around we tackle all remaining requests. --- test/cider-tests--no-auto.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/cider-tests--no-auto.el b/test/cider-tests--no-auto.el index 1d0facc7..c00ef630 100644 --- a/test/cider-tests--no-auto.el +++ b/test/cider-tests--no-auto.el @@ -71,7 +71,7 @@ from the latter. Remaining content is compared for string equality." (defun cider-test-all-docs () "Verify docs for all special forms and every public var in `clojure/core'." (let ((syms (read - (nrepl-sync-request:eval + (cider-nrepl-sync-request:eval "(->> (merge @#'clojure.repl/special-doc-map (->> (ns-map 'clojure.core) (filter (every-pred @@ -79,7 +79,7 @@ from the latter. Remaining content is compared for string equality." (complement (comp :private meta val)))))) (keys) (remove '#{.}))" ; emacs lisp chokes on the dot symbol - nil nil t)))) + nil t)))) (let (untested diffs) (dolist (sym syms) (let ((name (cond ((symbolp sym) (symbol-name sym)) -- cgit v1.2.3