* lisp/progmodes/c-ts-mode.el (treesit-node-eq): Declare to silence warning.
authorAndrea Corallo <acorallo@gnu.org>
Tue, 15 Oct 2024 19:27:47 +0000 (21:27 +0200)
committerAndrea Corallo <acorallo@gnu.org>
Tue, 15 Oct 2024 19:27:47 +0000 (21:27 +0200)
lisp/progmodes/c-ts-mode.el

index 12003ff4727130c8fd64832290d465eff3accd9b..73ec3f2bb2dfa9041761d4226c68f975f03f7458 100644 (file)
@@ -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