From: Eli Zaretskii Date: Sat, 5 Oct 2024 11:38:48 +0000 (+0300) Subject: ; * lisp/progmodes/csharp-mode.el (treesit-query-compile): Declare. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e1bb1c431f0c879f083506cc296b2d0219b2aaa;p=emacs.git ; * lisp/progmodes/csharp-mode.el (treesit-query-compile): Declare. (cherry picked from commit b68b9f291cc52f6120858534ff450fa7f6381d0b) --- diff --git a/lisp/progmodes/csharp-mode.el b/lisp/progmodes/csharp-mode.el index 755303a158d..1f86527191a 100644 --- a/lisp/progmodes/csharp-mode.el +++ b/lisp/progmodes/csharp-mode.el @@ -46,6 +46,7 @@ (declare-function treesit-node-type "treesit.c") (declare-function treesit-node-child-by-field-name "treesit.c") (declare-function treesit-query-capture "treesit.c") +(declare-function treesit-query-compile "treesit.c") (defgroup csharp nil "Major mode for editing C# code."