]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/c-ts-mode.el (treesit-node-match-p): Declare.
authorAndrea Corallo <acorallo@gnu.org>
Tue, 3 Dec 2024 08:24:52 +0000 (09:24 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 4 Dec 2024 17:05:00 +0000 (18:05 +0100)
(cherry picked from commit 04d035acd72823e82dd61c4894f9c09113e65dd6)

lisp/progmodes/c-ts-mode.el

index 6699e4ece486cfb61044f477067aa0fa7039f108..710160ea472c0655f1311579fc944161e9b12d00 100644 (file)
@@ -86,6 +86,7 @@
 (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-node-match-p "treesit.c")
 (declare-function treesit-query-compile "treesit.c")
 
 ;;; Custom variables