From: Eli Zaretskii Date: Fri, 25 Nov 2022 13:36:18 +0000 (+0200) Subject: ; * lisp/progmodes/python.el (treesit-node-prev-sibling): Declare. X-Git-Tag: emacs-29.0.90~1507 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=94a8a8c4fef074f445d316000070c95f0452586e;p=emacs.git ; * lisp/progmodes/python.el (treesit-node-prev-sibling): Declare. --- 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")