mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 15:56:35 -04:00
; * lisp/progmodes/c-ts-mode.el (treesit-node-next-sibling): Declare.
This commit is contained in:
parent
adf9c956c2
commit
3f71a2a0cf
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue