* lisp/progmodes/c-ts-mode.el (treesit-node-eq): Declare to silence warning.
This commit is contained in:
parent
0085e48f91
commit
d5723fc4f0
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@
|
|||
(declare-function treesit-node-prev-sibling "treesit.c")
|
||||
(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-query-compile "treesit.c")
|
||||
|
||||
;;; Custom variables
|
||||
|
|
Loading…
Add table
Reference in a new issue