* lisp/progmodes/c-ts-mode.el (treesit-node-match-p): Declare.
This commit is contained in:
parent
8534bb2d6b
commit
04d035acd7
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@
|
|||
(declare-function treesit-node-first-child-for-pos "treesit.c")
|
||||
(declare-function treesit-node-next-sibling "treesit.c")
|
||||
(declare-function treesit-node-eq "treesit.c")
|
||||
(declare-function treesit-node-match-p "treesit.c")
|
||||
(declare-function treesit-query-compile "treesit.c")
|
||||
|
||||
;;; Custom variables
|
||||
|
|
Loading…
Add table
Reference in a new issue