summaryrefslogtreecommitdiff
path: root/cider-test.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-24 22:52:23 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-24 22:52:23 +0300
commit13c76efcfc94f3c97183962f91146a851bd7a9d3 (patch)
treea8c5de71220b388c0e4b40974401f0f70aec971b /cider-test.el
parent1fa530a18fd2d8554900860b19161f9e65aa420c (diff)
[Fix #2347] Remove direct manipulations of cider-ancillary-buffers
CIDER's popups had a way to track those automatically for a while, it's time to leverage this consistently.
Diffstat (limited to 'cider-test.el')
-rw-r--r--cider-test.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/cider-test.el b/cider-test.el
index 1d70ef88..74b64427 100644
--- a/cider-test.el
+++ b/cider-test.el
@@ -77,8 +77,6 @@ Add to this list to have CIDER recognize additional test defining macros."
(defconst cider-test-report-buffer "*cider-test-report*"
"Buffer name in which to display test reports.")
-(add-to-list 'cider-ancillary-buffers cider-test-report-buffer)
-
;;; Faces
@@ -294,7 +292,8 @@ prompt and whether to use a new window. Similar to `cider-find-var'."
(cider-stacktrace-render
(cider-popup-buffer cider-error-buffer
cider-auto-select-error-buffer
- #'cider-stacktrace-mode)
+ #'cider-stacktrace-mode
+ 'ancillary)
(reverse causes))))))))))
(defun cider-test-stacktrace ()