; * lisp/progmodes/c-ts-mode.el (treesit-node-next-sibling): Declare.
This commit is contained in:
parent
adf9c956c2
commit
3f71a2a0cf
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@
|
|||
(declare-function treesit-node-type "treesit.c")
|
||||
(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")
|
||||
|
||||
;;; Custom variables
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue