; Avoid byte-compilation warning in c-ts-mode.el
* lisp/progmodes/c-ts-mode.el (treesit-node-first-child-for-pos): Declare.
This commit is contained in:
parent
59365f9285
commit
3f43a16bc6
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@
|
|||
(declare-function treesit-node-child-by-field-name "treesit.c")
|
||||
(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")
|
||||
|
||||
;;; Custom variables
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue