X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/d9d7229875019ea5d97e227af18908a49a432252..f4df1681254dae0cf5ba65eeacc8a9c93f316af2:/packages/company/company.el diff --git a/packages/company/company.el b/packages/company/company.el index 7f5562571..ce0b5a46c 100644 --- a/packages/company/company.el +++ b/packages/company/company.el @@ -1,6 +1,6 @@ ;;; company.el --- Modular text completion framework -*- lexical-binding: t -*- -;; Copyright (C) 2009-2016 Free Software Foundation, Inc. +;; Copyright (C) 2009-2015 Free Software Foundation, Inc. ;; Author: Nikolaj Schumacher ;; Maintainer: Dmitry Gutov @@ -318,9 +318,6 @@ This doesn't include the margins and the scroll bar." (defcustom company-backends `(,@(unless (version< "24.3.50" emacs-version) (list 'company-elisp)) company-bbdb - ;; FIXME: We could use a version-test to exclude - ;; company-nxml, but we don't know yet if that - ;; version will be called 25.2 or 26.1. company-nxml company-css company-eclim company-semantic company-clang company-xcode company-ropemacs company-cmake