1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* Declare few treesit-* function to clean-up wanrnings

* lisp/progmodes/c-ts-common.el (treesit-parser-language)
(treesit-node-match-p, treesit-node-child, treesit-node-eq)
(treesit-parser-root-node, treesit-node-parser): Declare.
This commit is contained in:
Andrea Corallo 2024-12-02 21:51:29 +01:00
parent a582034dc5
commit f9e7f57f57

View file

@ -52,6 +52,12 @@
(declare-function treesit-node-type "treesit.c")
(declare-function treesit-node-parent "treesit.c")
(declare-function treesit-node-prev-sibling "treesit.c")
(declare-function treesit-parser-language "treesit.c")
(declare-function treesit-node-match-p "treesit.c")
(declare-function treesit-node-child "treesit.c")
(declare-function treesit-node-eq "treesit.c")
(declare-function treesit-parser-root-node "treesit.c")
(declare-function treesit-node-parser "treesit.c")
;;; Comment indentation and filling