diff options
| author | Eli Zaretskii | 2022-11-25 15:36:18 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2022-11-25 15:36:18 +0200 |
| commit | 94a8a8c4fef074f445d316000070c95f0452586e (patch) | |
| tree | 5d9b2f01c2e6d27c9997c0c515277155a81a7aa7 /lisp/progmodes/python.el | |
| parent | af545234314601ba3dcd8bf32e0d9b46e1917f79 (diff) | |
| download | emacs-94a8a8c4fef074f445d316000070c95f0452586e.tar.gz emacs-94a8a8c4fef074f445d316000070c95f0452586e.zip | |
; * lisp/progmodes/python.el (treesit-node-prev-sibling): Declare.
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 221e16f8f77..2a7e8a4081d 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -279,7 +279,7 @@ | |||
| 279 | (declare-function treesit-node-start "treesit.c") | 279 | (declare-function treesit-node-start "treesit.c") |
| 280 | (declare-function treesit-node-end "treesit.c") | 280 | (declare-function treesit-node-end "treesit.c") |
| 281 | (declare-function treesit-node-parent "treesit.c") | 281 | (declare-function treesit-node-parent "treesit.c") |
| 282 | 282 | (declare-function treesit-node-prev-sibling "treesit.c") | |
| 283 | 283 | ||
| 284 | (autoload 'comint-mode "comint") | 284 | (autoload 'comint-mode "comint") |
| 285 | (autoload 'help-function-arglist "help-fns") | 285 | (autoload 'help-function-arglist "help-fns") |