; Silence a byte-compiler warning in typescript-ts-mode.el
* lisp/progmodes/typescript-ts-mode.el (treesit-node-child): Declare.
This commit is contained in:
parent
3003d6a0c0
commit
e6b771570e
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
(eval-when-compile (require 'rx))
|
||||
(require 'c-ts-common) ; For comment indent and filling.
|
||||
|
||||
(declare-function treesit-node-child "treesit.c")
|
||||
(declare-function treesit-node-start "treesit.c")
|
||||
(declare-function treesit-node-end "treesit.c")
|
||||
(declare-function treesit-parser-create "treesit.c")
|
||||
|
|
Loading…
Add table
Reference in a new issue