; * test/src/treesit-tests.el: declare functions to silence warnings
This commit is contained in:
parent
a85609c22d
commit
953d3772fb
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@
|
|||
(declare-function treesit-node-descendant-for-range "treesit.c")
|
||||
(declare-function treesit-node-eq "treesit.c")
|
||||
|
||||
(declare-function treesit-search-forward "treesit.c")
|
||||
(declare-function treesit-search-subtree "treesit.c")
|
||||
|
||||
;;; Basic API
|
||||
|
||||
(ert-deftest treesit-basic-parsing ()
|
||||
|
|
Loading…
Add table
Reference in a new issue