From: Eli Zaretskii Date: Thu, 30 Jan 2025 12:03:20 +0000 (+0200) Subject: ; * lisp/progmodes/python.el (treesit-node-prev-sibling): Declare. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=880fd95c5f5892663e2f20d00cb66a610e68e4c3;p=emacs.git ; * lisp/progmodes/python.el (treesit-node-prev-sibling): Declare. (cherry picked from commit f2e97338eb96739711f9d4cb308219ed3df46c06) --- diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 23400928ba8..578819b81e7 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -263,6 +263,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") ;; Avoid compiler warnings (defvar compilation-error-regexp-alist)