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

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

[elpa] master 464a458 022/173: company-lighter: dispatch on whether comp


From: Dmitry Gutov
Subject: [elpa] master 464a458 022/173: company-lighter: dispatch on whether company-candidates is non-nil
Date: Thu, 23 Jun 2016 00:28:35 +0000 (UTC)

branch: master
commit 464a458786741c2d943bbd6e719b1ad41234c86f
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    company-lighter: dispatch on whether company-candidates is non-nil
    
    Fixes #324
---
 company.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/company.el b/company.el
index 8a257c7..d61245e 100644
--- a/company.el
+++ b/company.el
@@ -666,7 +666,7 @@ asynchronous call into synchronous.")
   :package-version '(company . "0.8.10"))
 
 (defvar company-lighter '(" "
-                          (company-backend
+                          (company-candidates
                            (:eval
                             (if (consp company-backend)
                                 (company--group-lighter (nth company-selection



reply via email to

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