From 94a8a8c4fef074f445d316000070c95f0452586e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 25 Nov 2022 15:36:18 +0200 Subject: [PATCH] ; * lisp/progmodes/python.el (treesit-node-prev-sibling): Declare. --- lisp/progmodes/python.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ (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") (autoload 'comint-mode "comint") (autoload 'help-function-arglist "help-fns") -- 2.39.5