emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 94a8a8c4fe: ; * lisp/progmodes/python.el (treesit-node-prev-sibli


From: Eli Zaretskii
Subject: master 94a8a8c4fe: ; * lisp/progmodes/python.el (treesit-node-prev-sibling): Declare.
Date: Fri, 25 Nov 2022 08:36:13 -0500 (EST)

branch: master
commit 94a8a8c4fef074f445d316000070c95f0452586e
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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 221e16f8f7..2a7e8a4081 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]