; Avoid byte-compiler warnings in python.el
* lisp/progmodes/python.el (treesit-node-prev-sibling) (treesit-node-field-name-for-child): Declare.
This commit is contained in:
parent
b2e35d1d2c
commit
69ac58b5d2
1 changed files with 2 additions and 0 deletions
|
|
@ -267,7 +267,9 @@
|
|||
(declare-function treesit-node-start "treesit.c")
|
||||
(declare-function treesit-node-end "treesit.c")
|
||||
(declare-function treesit-node-parent "treesit.c")
|
||||
(declare-function treesit-node-child "treesit.c")
|
||||
(declare-function treesit-node-prev-sibling "treesit.c")
|
||||
(declare-function treesit-node-field-name-for-child "treesit.c")
|
||||
|
||||
(add-to-list
|
||||
'treesit-language-source-alist
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue