; * lisp/progmodes/c-ts-mode.el (treesit-node-prev-sibling): Declare.
This commit is contained in:
parent
3d0a6c9baa
commit
6c7078c66f
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@
|
|||
(declare-function treesit-node-child "treesit.c")
|
||||
(declare-function treesit-node-child-by-field-name "treesit.c")
|
||||
(declare-function treesit-node-type "treesit.c")
|
||||
(declare-function treesit-node-prev-sibling "treesit.c")
|
||||
|
||||
;;; Custom variables
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue