mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; * lisp/progmodes/c-ts-mode.el (treesit-node-next-sibling): Declare.
This commit is contained in:
parent
adf9c956c2
commit
3f71a2a0cf
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@
|
||||||
(declare-function treesit-node-type "treesit.c")
|
(declare-function treesit-node-type "treesit.c")
|
||||||
(declare-function treesit-node-prev-sibling "treesit.c")
|
(declare-function treesit-node-prev-sibling "treesit.c")
|
||||||
(declare-function treesit-node-first-child-for-pos "treesit.c")
|
(declare-function treesit-node-first-child-for-pos "treesit.c")
|
||||||
|
(declare-function treesit-node-next-sibling "treesit.c")
|
||||||
|
|
||||||
;;; Custom variables
|
;;; Custom variables
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue