From 464a458786741c2d943bbd6e719b1ad41234c86f Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Mon, 16 Mar 2015 23:35:18 +0200 Subject: [PATCH] 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 8a257c788..d61245eed 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 -- 2.39.2