summaryrefslogtreecommitdiff
path: root/helm-ring.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-12-05 11:46:08 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-12-05 11:46:08 +0100
commitc3ed9f525620122139af1516509dcb8b26943cc0 (patch)
tree1e935cbfb777162063fdc1d60bba78b0b61c29cc /helm-ring.el
parent673fa9ad6117bc731daebca0dbbfd798c9dc2dbc (diff)
Fix warning in previous commit (#1913)
Diffstat (limited to 'helm-ring.el')
-rw-r--r--helm-ring.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-ring.el b/helm-ring.el
index bd9b4246..238e68fa 100644
--- a/helm-ring.el
+++ b/helm-ring.el
@@ -515,7 +515,7 @@ This command is useful when used with persistent action."
(kmacro-exec-ring-item
candidate helm-current-prefix-arg))
-(defun helm-kbd-macro-concat-macros (candidate)
+(defun helm-kbd-macro-concat-macros (_candidate)
(let ((mkd (helm-marked-candidates)))
(when (cdr mkd)
(kmacro-push-ring)