aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuan Fu2024-12-11 22:06:45 -0800
committerYuan Fu2024-12-11 22:07:22 -0800
commita0e7c884d81964af352817e574f33e5eebb31f28 (patch)
tree606b98844bde671f5e301a32a86295562572e961
parent276a74f0f70126d099b64fefbcafa09758c20b2e (diff)
downloademacs-a0e7c884d81964af352817e574f33e5eebb31f28.tar.gz
emacs-a0e7c884d81964af352817e574f33e5eebb31f28.zip
; * lisp/progmodes/c-ts-mode.el: Add missing declare-function form.
-rw-r--r--lisp/progmodes/c-ts-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/c-ts-mode.el b/lisp/progmodes/c-ts-mode.el
index 4cf0c6c405b..78cd6f367fb 100644
--- a/lisp/progmodes/c-ts-mode.el
+++ b/lisp/progmodes/c-ts-mode.el
@@ -88,6 +88,7 @@
88(declare-function treesit-node-eq "treesit.c") 88(declare-function treesit-node-eq "treesit.c")
89(declare-function treesit-node-match-p "treesit.c") 89(declare-function treesit-node-match-p "treesit.c")
90(declare-function treesit-query-compile "treesit.c") 90(declare-function treesit-query-compile "treesit.c")
91(declare-function treesit-node-check "treesit.c")
91 92
92;;; Custom variables 93;;; Custom variables
93 94