1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

; * lisp/progmodes/c-ts-mode.el (treesit-node-next-sibling): Declare.

This commit is contained in:
Eli Zaretskii 2023-04-15 13:12:20 +03:00
parent adf9c956c2
commit 3f71a2a0cf

View File

@ -79,6 +79,7 @@
(declare-function treesit-node-type "treesit.c")
(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")
;;; Custom variables