From ee20b50dfeded512ecdc784421f8bbe97161d729 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 23 Jul 2023 08:16:14 +0300 Subject: [PATCH] ; * lisp/progmodes/typescript-ts-mode.el (treesit-query-capture): Declare. --- lisp/progmodes/typescript-ts-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/typescript-ts-mode.el b/lisp/progmodes/typescript-ts-mode.el index 173ec52f209..ae0a80aea86 100644 --- a/lisp/progmodes/typescript-ts-mode.el +++ b/lisp/progmodes/typescript-ts-mode.el @@ -33,6 +33,7 @@ (require 'c-ts-common) ; For comment indent and filling. (declare-function treesit-parser-create "treesit.c") +(declare-function treesit-query-capture "treesit.c") (defcustom typescript-ts-mode-indent-offset 2 "Number of spaces for each indentation step in `typescript-ts-mode'." -- 2.39.2