; * lisp/progmodes/c-ts-common.el (treesit-node-prev-sibling): Declare.
This commit is contained in:
parent
9dfccb89fc
commit
97533e73ad
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@
|
|||
(declare-function treesit-node-end "treesit.c")
|
||||
(declare-function treesit-node-type "treesit.c")
|
||||
(declare-function treesit-node-parent "treesit.c")
|
||||
(declare-function treesit-node-prev-sibling "treesit.c")
|
||||
|
||||
;;; Comment indentation and filling
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue