summaryrefslogtreecommitdiff
path: root/cider-stacktrace.el
diff options
context:
space:
mode:
Diffstat (limited to 'cider-stacktrace.el')
-rw-r--r--cider-stacktrace.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-stacktrace.el b/cider-stacktrace.el
index 82845b3f..2de40d8a 100644
--- a/cider-stacktrace.el
+++ b/cider-stacktrace.el
@@ -516,7 +516,7 @@ MESSAGE is parsed to find line, col and buffer name to jump to."
(when buf-name
(make-button (+ beg 3)
(point)
- 'action (lambda (button)
+ 'action (lambda (_button)
(let ((the-buf-window (get-buffer-window buf-name)))
(if the-buf-window
(select-window the-buf-window)