projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59365f9
)
; Avoid byte-compilation warning in c-ts-mode.el
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 2 Mar 2023 07:33:04 +0000
(09:33 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 2 Mar 2023 07:33:04 +0000
(09:33 +0200)
* lisp/progmodes/c-ts-mode.el (treesit-node-first-child-for-pos):
Declare.
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 259b96d342e0bd0b906f8792d33318e7283ba967..a29bf4f3480e8944a433f31321326cd64f1d03f3 100644
(file)
--- a/
lisp/progmodes/c-ts-mode.el
+++ b/
lisp/progmodes/c-ts-mode.el
@@
-78,6
+78,7
@@
(declare-function treesit-node-child-by-field-name "treesit.c")
(declare-function treesit-node-type "treesit.c")
(declare-function treesit-node-prev-sibling "treesit.c")
+(declare-function treesit-node-first-child-for-pos "treesit.c")
;;; Custom variables