aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
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")