projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0085e48
)
* lisp/progmodes/c-ts-mode.el (treesit-node-eq): Declare to silence warning.
author
Andrea Corallo
<acorallo@gnu.org>
Tue, 15 Oct 2024 19:27:47 +0000
(21:27 +0200)
committer
Andrea Corallo
<acorallo@gnu.org>
Tue, 15 Oct 2024 19:27:47 +0000
(21:27 +0200)
lisp/progmodes/c-ts-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/c-ts-mode.el
b/lisp/progmodes/c-ts-mode.el
index 12003ff4727130c8fd64832290d465eff3accd9b..73ec3f2bb2dfa9041761d4226c68f975f03f7458 100644
(file)
--- a/
lisp/progmodes/c-ts-mode.el
+++ b/
lisp/progmodes/c-ts-mode.el
@@
-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