mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-09 07:40:39 -08:00
; Avoid byte-compilation warning in c-ts-mode.el
* lisp/progmodes/c-ts-mode.el (treesit-node-first-child-for-pos): Declare.
This commit is contained in:
parent
59365f9285
commit
3f43a16bc6
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@
|
||||||
(declare-function treesit-node-child-by-field-name "treesit.c")
|
(declare-function treesit-node-child-by-field-name "treesit.c")
|
||||||
(declare-function treesit-node-type "treesit.c")
|
(declare-function treesit-node-type "treesit.c")
|
||||||
(declare-function treesit-node-prev-sibling "treesit.c")
|
(declare-function treesit-node-prev-sibling "treesit.c")
|
||||||
|
(declare-function treesit-node-first-child-for-pos "treesit.c")
|
||||||
|
|
||||||
;;; Custom variables
|
;;; Custom variables
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue