]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/company/company.el
packages/transcribe.el: Fixed void function declaration
[gnu-emacs-elpa] / packages / company / company.el
index 7f556257131f13b3884eac5204a8dde334e7cdd5..ce0b5a46c8103fc5ab412d9b994593a6cb4c5063 100644 (file)
@@ -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 <dgutov@yandex.ru>
@@ -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