From: Eli Zaretskii Date: Sun, 5 Feb 2023 17:10:39 +0000 (+0200) Subject: ; Fix byte-compilation warning X-Git-Tag: emacs-29.0.90~493 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=948e343496b;p=emacs.git ; Fix byte-compilation warning * lisp/progmodes/rust-ts-mode.el (treesit-query-compile): Avoid byte-compilation warning. --- diff --git a/lisp/progmodes/rust-ts-mode.el b/lisp/progmodes/rust-ts-mode.el index 3beaa741605..571e268c221 100644 --- a/lisp/progmodes/rust-ts-mode.el +++ b/lisp/progmodes/rust-ts-mode.el @@ -38,6 +38,7 @@ (declare-function treesit-node-start "treesit.c") (declare-function treesit-node-type "treesit.c") (declare-function treesit-node-parent "treesit.c") +(declare-function treesit-query-compile "treesit.c") (defcustom rust-ts-mode-indent-offset 4 "Number of spaces for each indentation step in `rust-ts-mode'."