branch: externals/company commit eef2f451c9817c6816cc7525b6f543d7b87092e5 Author: Dmitry Gutov <dmi...@gutov.dev> Commit: Dmitry Gutov <dmi...@gutov.dev>
Fix byte-compilation warning --- 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 e525a6770c..1d4daf99c1 100644 --- a/test/core-tests.el +++ b/test/core-tests.el @@ -379,7 +379,7 @@ (prefix '("a" "1")) (candidates '("ab1"))))) - (tri (lambda (command &rest args) + (tri (lambda (command &rest _args) (cl-case command (prefix '("aa" "bcd")) (candidates