; * lisp/progmodes/java-ts-mode.el (treesit-node-end): Declare.
This commit is contained in:
parent
8481170eb2
commit
0460177451
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
(declare-function treesit-node-type "treesit.c")
|
||||
(declare-function treesit-node-child-by-field-name "treesit.c")
|
||||
(declare-function treesit-node-child-by-field-name "treesit.c")
|
||||
(declare-function treesit-node-end "treesit.c")
|
||||
(declare-function treesit-query-capture "treesit.c")
|
||||
|
||||
(defcustom java-ts-mode-indent-offset 4
|
||||
|
|
Loading…
Add table
Reference in a new issue