From: Dmitry Gutov Date: Mon, 23 Feb 2015 15:01:07 +0000 (+0200) Subject: company-backends: Make the version check more conservative X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/1f1925f84bff0e75ad96a0e6816282312389d68d company-backends: Make the version check more conservative https://github.com/expez/company-quickhelp/issues/6 --- diff --git a/company.el b/company.el index 5461fa6b8..a594f70de 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