emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 04d035acd72: * lisp/progmodes/c-ts-mode.el (treesit-node-match-p)


From: Andrea Corallo
Subject: master 04d035acd72: * lisp/progmodes/c-ts-mode.el (treesit-node-match-p): Declare.
Date: Tue, 3 Dec 2024 03:26:35 -0500 (EST)

branch: master
commit 04d035acd72823e82dd61c4894f9c09113e65dd6
Author: Andrea Corallo <acorallo@gnu.org>
Commit: Andrea Corallo <acorallo@gnu.org>

    * lisp/progmodes/c-ts-mode.el (treesit-node-match-p): Declare.
---
 lisp/progmodes/c-ts-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/progmodes/c-ts-mode.el b/lisp/progmodes/c-ts-mode.el
index 6699e4ece48..710160ea472 100644
--- a/lisp/progmodes/c-ts-mode.el
+++ b/lisp/progmodes/c-ts-mode.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]