emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 755ae813a6a: ; Declare some treesit.c functions in typescript-t


From: Eli Zaretskii
Subject: emacs-29 755ae813a6a: ; Declare some treesit.c functions in typescript-ts-mode.el.
Date: Sat, 16 Sep 2023 07:27:25 -0400 (EDT)

branch: emacs-29
commit 755ae813a6adf203d4a602a3e7fc0b9ed547be8c
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Declare some treesit.c functions in typescript-ts-mode.el.
---
 lisp/progmodes/typescript-ts-mode.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/progmodes/typescript-ts-mode.el 
b/lisp/progmodes/typescript-ts-mode.el
index 7108ff49b28..e708e38195d 100644
--- a/lisp/progmodes/typescript-ts-mode.el
+++ b/lisp/progmodes/typescript-ts-mode.el
@@ -32,8 +32,11 @@
 (eval-when-compile (require 'rx))
 (require 'c-ts-common) ; For comment indent and filling.
 
+(declare-function treesit-node-start "treesit.c")
+(declare-function treesit-node-end "treesit.c")
 (declare-function treesit-parser-create "treesit.c")
 (declare-function treesit-query-capture "treesit.c")
+(declare-function treesit-query-compile "treesit.c")
 
 (defcustom typescript-ts-mode-indent-offset 2
   "Number of spaces for each indentation step in `typescript-ts-mode'."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]