emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 5733f2b 011/173: company-diag: Fix the annotation call


From: Dmitry Gutov
Subject: [elpa] master 5733f2b 011/173: company-diag: Fix the annotation call
Date: Thu, 23 Jun 2016 00:28:34 +0000 (UTC)

branch: master
commit 5733f2b7d21f8aef9fff113d7a46a2302d71cd00
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    company-diag: Fix the annotation call
---
 company.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/company.el b/company.el
index 0652fc3..e8d8db7 100644
--- a/company.el
+++ b/company.el
@@ -2171,7 +2171,7 @@ If SHOW-VERSION is non-nil, show the version in the echo 
area."
       (let ((company-backend backend))
         (dolist (c cc)
           (insert "\n  " (prin1-to-string c))
-          (let ((ann (company-call-backend 'annotation)))
+          (let ((ann (company-call-backend 'annotation c)))
             (when ann
               (insert " " (prin1-to-string ann))))))
       (special-mode))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]