branch: externals/company commit 0eee1fa35486e13136623d3af12cc73fdfe50fb6 Author: Dmitry Gutov <dgu...@yandex.ru> Commit: Dmitry Gutov <dgu...@yandex.ru>
It's not "ext:" --- test/core-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core-tests.el b/test/core-tests.el index 7943755..4c48cbd 100644 --- a/test/core-tests.el +++ b/test/core-tests.el @@ -587,7 +587,7 @@ (should (= (company--row) 0))))) ;; Avoid compilation warnings on Emacs 25. -(declare-function display-line-numbers-mode "ext:display-line-numbers") +(declare-function display-line-numbers-mode "display-line-numbers") (declare-function line-number-display-width "indent.c") (ert-deftest company-column-with-line-numbers-display ()