]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/textmodes/markdown-ts-mode.el (treesit-node-child): Declare.
authorEli Zaretskii <eliz@gnu.org>
Sat, 3 May 2025 10:24:59 +0000 (13:24 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 10 May 2025 08:47:39 +0000 (10:47 +0200)
(cherry picked from commit 790c475ec57b2f3c72f00be3ba186caee1538ebf)

lisp/textmodes/markdown-ts-mode.el

index 572a61cb6f4794eb836c7535a4fec2684473249c..cee38b0289a4e83df815fed9a99af788ba077af9 100644 (file)
@@ -31,6 +31,7 @@
 (require 'subr-x)
 
 (declare-function treesit-node-parent "treesit.c")
+(declare-function treesit-node-child "treesit.c")
 (declare-function treesit-node-type "treesit.c")
 (declare-function treesit-parser-create "treesit.c")