summaryrefslogtreecommitdiff
path: root/cider-doc.el
diff options
context:
space:
mode:
authorMichael Griffiths <mikey@cich.li>2015-04-23 19:15:52 +0100
committerMichael Griffiths <mikey@cich.li>2015-04-25 16:56:40 +0100
commit0e2899a9ff810e8af65b3808e8511304ceadbbf5 (patch)
tree6c789f216b64dd9495408f3a5350c57b722b2044 /cider-doc.el
parentad5c7fd485206bdb674ed7bcb5696e1237b739ee (diff)
Use _ where appropriate
Diffstat (limited to 'cider-doc.el')
-rw-r--r--cider-doc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-doc.el b/cider-doc.el
index 7baa4790..b2c833e9 100644
--- a/cider-doc.el
+++ b/cider-doc.el
@@ -356,7 +356,7 @@ Tables are marked to be ignored by line wrap."
(newline)
(insert-text-button "[source]"
'follow-link t
- 'action (lambda (x)
+ 'action (lambda (_x)
(cider-docview-source)))
(let ((beg (point-min))
(end (point-max)))