mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-15 02:06:35 -04:00
; * lisp/progmodes/c-ts-mode.el (treesit-node-prev-sibling): Declare.
This commit is contained in:
parent
3d0a6c9baa
commit
6c7078c66f
|
|
@ -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…
Reference in a new issue