We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36db7f3 commit 4f76be0Copy full SHA for 4f76be0
cider-stacktrace.el
@@ -554,7 +554,7 @@ prompt and whether to use a new window. Similar to `cider-find-var'."
554
(insert " This is an unexpected CIDER middleware error.\n Please submit a bug report via `")
555
(insert-text-button "M-x cider-report-bug"
556
'follow-link t
557
- 'action #'(lambda (button) (cider-report-bug))
+ 'action (lambda (_button) (cider-report-bug))
558
'help-echo "Report bug to the CIDER team.")
559
(insert "`.\n\n")
560
(insert " If these stacktraces are occuring frequently, consider
0 commit comments