From: Nikolaj Schumacher Date: Thu, 16 Apr 2009 15:40:39 +0000 (+0200) Subject: Removed debugging code that lead to wrong configuration. X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/818af05a6814f51a463a8973d5efe94a21c006c4 Removed debugging code that lead to wrong configuration. --- diff --git a/company-etags.el b/company-etags.el index db6a1aa89..321f4f865 100644 --- a/company-etags.el +++ b/company-etags.el @@ -74,9 +74,5 @@ buffer automatically." (cons buffer (with-current-buffer buffer (point))))))) ('sorted t))) -(add-to-list 'company-backends 'company-etags) - (provide 'company-etags) ;;; company-etags.el ends here - -