branch: externals/company commit 5bb6f6d3d44ed919378e6968a06feed442165545 Author: Dmitry Gutov <dmi...@gutov.dev> Commit: Dmitry Gutov <dmi...@gutov.dev>
Fix one more warning --- company.el | 1 + 1 file changed, 1 insertion(+) diff --git a/company.el b/company.el index 56dd0a9129..1646e1fcd2 100644 --- a/company.el +++ b/company.el @@ -3607,6 +3607,7 @@ Example: \(company-begin-with \\='\(\"foo\" \"foobar\" \"foobarbaz\"\)\)" (declare-function find-library-name "find-func") (declare-function lm-version "lisp-mnt") +(declare-function lm-header "lisp-mnt") (defun company-version (&optional show-version) "Get the Company version as string.