summaryrefslogtreecommitdiff
path: root/cider-stacktrace.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-stacktrace.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-stacktrace.el')
-rw-r--r--cider-stacktrace.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/cider-stacktrace.el b/cider-stacktrace.el
index edb5a151..9fb3cee3 100644
--- a/cider-stacktrace.el
+++ b/cider-stacktrace.el
@@ -93,7 +93,6 @@ cyclical data structures."
(defvar-local cider-stacktrace-positive-filters nil)
(defconst cider-error-buffer "*cider-error*")
-(add-to-list 'cider-ancillary-buffers cider-error-buffer)
(defcustom cider-stacktrace-suppressed-errors '()
"Errors that won't make the stacktrace buffer 'pop-over' your active window.