From: Andrea Corallo Date: Tue, 15 Oct 2024 19:27:47 +0000 (+0200) Subject: * lisp/progmodes/c-ts-mode.el (treesit-node-eq): Declare to silence warning. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a8a489dcd029436695676f0b58462ba300fcc763;p=emacs.git * lisp/progmodes/c-ts-mode.el (treesit-node-eq): Declare to silence warning. (cherry picked from commit d5723fc4f03924cabc504ab6f0a537efc8cd9479) --- diff --git a/lisp/progmodes/c-ts-mode.el b/lisp/progmodes/c-ts-mode.el index 5248328e411..0c2da768833 100644 --- a/lisp/progmodes/c-ts-mode.el +++ b/lisp/progmodes/c-ts-mode.el @@ -85,6 +85,7 @@ (declare-function treesit-node-prev-sibling "treesit.c") (declare-function treesit-node-first-child-for-pos "treesit.c") (declare-function treesit-node-next-sibling "treesit.c") +(declare-function treesit-node-eq "treesit.c") (declare-function treesit-query-compile "treesit.c") ;;; Custom variables