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