mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
; * lisp/progmodes/python.el (treesit-node-prev-sibling): Declare.
This commit is contained in:
parent
a99ba59aa0
commit
f2e97338eb
1 changed files with 1 additions and 0 deletions
|
|
@ -267,6 +267,7 @@
|
|||
(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-prev-sibling "treesit.c")
|
||||
|
||||
;; Avoid compiler warnings
|
||||
(defvar compilation-error-regexp-alist)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue