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:
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 New Issue
Block a user