]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/c-ts-mode.el (treesit-node-eq): Declare to silence warning.
authorAndrea Corallo <acorallo@gnu.org>
Tue, 15 Oct 2024 19:27:47 +0000 (21:27 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 22 Oct 2024 18:50:11 +0000 (20:50 +0200)
(cherry picked from commit d5723fc4f03924cabc504ab6f0a537efc8cd9479)

lisp/progmodes/c-ts-mode.el

index 5248328e411b286e668ff6c0e78aea3529f730a2..0c2da768833d12bb36fce65f31f931ca54cae95b 100644 (file)
@@ -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