summaryrefslogtreecommitdiff
path: root/cider-stacktrace.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2016-04-16 15:27:15 -0300
committerArtur Malabarba <bruce.connor.am@gmail.com>2016-04-16 15:27:51 -0300
commit4f76be0ea126a28b31b173d60460725957c12f9b (patch)
treef6f1b84975bb7aeaf8be9544684c323c4e0acadc /cider-stacktrace.el
parent36db7f31dba60f6564186869496d03290df0fad3 (diff)
Fix an unused lexical variable
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 6ae86697..ecd0ceb6 100644
--- a/cider-stacktrace.el
+++ b/cider-stacktrace.el
@@ -554,7 +554,7 @@ prompt and whether to use a new window. Similar to `cider-find-var'."
(insert " This is an unexpected CIDER middleware error.\n Please submit a bug report via `")
(insert-text-button "M-x cider-report-bug"
'follow-link t
- 'action #'(lambda (button) (cider-report-bug))
+ 'action (lambda (_button) (cider-report-bug))
'help-echo "Report bug to the CIDER team.")
(insert "`.\n\n")
(insert " If these stacktraces are occuring frequently, consider