summaryrefslogtreecommitdiff
path: root/cider-stacktrace.el
diff options
context:
space:
mode:
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.