summaryrefslogtreecommitdiff
path: root/cider-stacktrace.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-09-20 14:45:14 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-09-23 12:41:56 +0100
commit574d49f8bff6abab0e0efe4898ebe4acb6f104c8 (patch)
tree39c36569262a5d276bc5aeee6ecf95b1fdb50411 /cider-stacktrace.el
parent5ed7e98a9b0842741d316dd155c1ce59d6a7f262 (diff)
Fix some unused lexical variables
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)