diff options
| author | Eli Zaretskii | 2025-01-30 14:03:20 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2025-01-30 14:03:20 +0200 |
| commit | f2e97338eb96739711f9d4cb308219ed3df46c06 (patch) | |
| tree | c6ec9e599e64e597681c70e33db36946e04ae313 /lisp/progmodes/python.el | |
| parent | a99ba59aa02ef8cfd314737950b6cd8d97015925 (diff) | |
| download | emacs-f2e97338eb96739711f9d4cb308219ed3df46c06.tar.gz emacs-f2e97338eb96739711f9d4cb308219ed3df46c06.zip | |
; * lisp/progmodes/python.el (treesit-node-prev-sibling): Declare.
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index bd8ec236207..f19fb708f0c 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -267,6 +267,7 @@ | |||
| 267 | (declare-function treesit-node-start "treesit.c") | 267 | (declare-function treesit-node-start "treesit.c") |
| 268 | (declare-function treesit-node-end "treesit.c") | 268 | (declare-function treesit-node-end "treesit.c") |
| 269 | (declare-function treesit-node-parent "treesit.c") | 269 | (declare-function treesit-node-parent "treesit.c") |
| 270 | (declare-function treesit-node-prev-sibling "treesit.c") | ||
| 270 | 271 | ||
| 271 | ;; Avoid compiler warnings | 272 | ;; Avoid compiler warnings |
| 272 | (defvar compilation-error-regexp-alist) | 273 | (defvar compilation-error-regexp-alist) |