; * lisp/progmodes/c-ts-mode.el (treesit-node-next-sibling): Declare.
This commit is contained in:
@@ -79,6 +79,7 @@
|
|||||||
(declare-function treesit-node-type "treesit.c")
|
(declare-function treesit-node-type "treesit.c")
|
||||||
(declare-function treesit-node-prev-sibling "treesit.c")
|
(declare-function treesit-node-prev-sibling "treesit.c")
|
||||||
(declare-function treesit-node-first-child-for-pos "treesit.c")
|
(declare-function treesit-node-first-child-for-pos "treesit.c")
|
||||||
|
(declare-function treesit-node-next-sibling "treesit.c")
|
||||||
|
|
||||||
;;; Custom variables
|
;;; Custom variables
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user