summaryrefslogtreecommitdiff
path: root/cider-stacktrace.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-07-07 23:37:46 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-07-07 23:37:46 +0200
commit27910f39b99fa5a94dadd170a2c9c1735c79dbdc (patch)
treea71d5703270ec41903cf419421a65a1651cf136f /cider-stacktrace.el
parent1e684aca022a166b97756161072ed71cf7073e9e (diff)
Remove `cider-visit-error-buffer` in favour of using `cider-selector`
Diffstat (limited to 'cider-stacktrace.el')
-rw-r--r--cider-stacktrace.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/cider-stacktrace.el b/cider-stacktrace.el
index 4738ef12..061ba34b 100644
--- a/cider-stacktrace.el
+++ b/cider-stacktrace.el
@@ -94,6 +94,8 @@ cyclical data structures."
(defconst cider-error-buffer "*cider-error*")
+(make-obsolete 'cider-visit-error-buffer 'cider-selector "0.18")
+
(defcustom cider-stacktrace-suppressed-errors '()
"Errors that won't make the stacktrace buffer 'pop-over' your active window.
The error types are represented as strings."