summaryrefslogtreecommitdiff
path: root/cider-test.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2016-04-12 10:15:00 -0300
committerArtur Malabarba <bruce.connor.am@gmail.com>2016-04-12 10:15:00 -0300
commit007cb2a3004d973c307967b45fddec66aa7748ef (patch)
tree08092b8c5882bf983553b68d18952546969f8f9a /cider-test.el
parent0112143a77064eb4fe1509c84b1aa534431ee49c (diff)
Change cider-type overlay property to category
Diffstat (limited to 'cider-test.el')
-rw-r--r--cider-test.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/cider-test.el b/cider-test.el
index e4f6383c..359de477 100644
--- a/cider-test.el
+++ b/cider-test.el
@@ -508,8 +508,7 @@ Or nil if not found."
(dolist (var (nrepl-dict-keys vars))
(when-let ((buffer (cider-find-var-file ns var)))
(with-current-buffer buffer
- (remove-overlays (point-min) (point-max)
- 'cider-type 'cider-test)))))
+ (remove-overlays nil nil 'category 'cider-test)))))
cider-test-last-results)))