branch: elpa/slime
commit cbf663edc8cf5a23619bf742edb9d6bde2c32491
Author: Stas Boukarev <stass...@gmail.com>
Commit: Stas Boukarev <stass...@gmail.com>

    Fix slime-fuzzy-insert-completion-choice.
---
 contrib/slime-fuzzy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/slime-fuzzy.el b/contrib/slime-fuzzy.el
index 97eda3c8deb..33d85cad443 100644
--- a/contrib/slime-fuzzy.el
+++ b/contrib/slime-fuzzy.el
@@ -309,7 +309,7 @@ Flags: boundp fboundp generic-function class macro 
special-operator package
   "Inserts the completion object `completion' as a formatted
 completion choice into the current buffer, and mark it with the
 proper text properties."
-  (cl-destructuring-bind (symbol-name classification-string chunks)
+  (cl-destructuring-bind (symbol-name classification-string _symbol chunks)
       completion
     (let ((start (point))
           (end))

Reply via email to