mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
; * 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
Add a link
Reference in a new issue