summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cider-interaction.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-interaction.el b/cider-interaction.el
index 523c5e7d..46a8ba08 100644
--- a/cider-interaction.el
+++ b/cider-interaction.el
@@ -807,7 +807,7 @@ form, with symbol at point replaced by __prefix__."
"Complete STR with context at point."
(let* ((context (cider-completion-get-context))
(candidates (cider-sync-request:complete str context)))
- (map 'list #'cider-completion--parse-candidate-map candidates)))
+ (mapcar #'cider-completion--parse-candidate-map candidates)))
(defun cider-annotate-symbol (symbol)
"Return a string suitable for annotating SYMBOL.