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

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

[elpa] master 1f1925f 005/173: company-backends: Make the version check


From: Dmitry Gutov
Subject: [elpa] master 1f1925f 005/173: company-backends: Make the version check more conservative
Date: Thu, 23 Jun 2016 00:28:33 +0000 (UTC)

branch: master
commit 1f1925f84bff0e75ad96a0e6816282312389d68d
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    company-backends: Make the version check more conservative
    
    https://github.com/expez/company-quickhelp/issues/6
---
 company.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/company.el b/company.el
index 5461fa6..a594f70 100644
--- a/company.el
+++ b/company.el
@@ -315,7 +315,7 @@ This doesn't include the margins and the scroll bar."
                         (assq backend company-safe-backends))
                 (cl-return t))))))
 
-(defcustom company-backends `(,@(unless (version< "24.3.50" emacs-version)
+(defcustom company-backends `(,@(unless (version< "24.3.51" emacs-version)
                                   (list 'company-elisp))
                               company-bbdb
                               company-nxml company-css



reply via email to

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