]> git.eshelyaron.com Git - emacs.git/commitdiff
; Silence a byte-compiler warning in typescript-ts-mode.el
authorAndrea Corallo <acorallo@gnu.org>
Mon, 10 Jun 2024 16:00:27 +0000 (18:00 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Jun 2024 09:26:42 +0000 (11:26 +0200)
* lisp/progmodes/typescript-ts-mode.el (treesit-node-child): Declare.

(cherry picked from commit e6b771570e064e7e8f34b715eab74a013f713712)

lisp/progmodes/typescript-ts-mode.el

index ed60819388f6064ad9babf2f14a4ffcf74ff752b..74ed6aa2f944b9055622de2ff17684496e267d09 100644 (file)
@@ -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")