projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af54523
)
; * lisp/progmodes/python.el (treesit-node-prev-sibling): Declare.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 25 Nov 2022 13:36:18 +0000
(15:36 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 25 Nov 2022 13:36:18 +0000
(15:36 +0200)
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index 221e16f8f775d276f0321e161212d17a5f962528..2a7e8a4081db20a7e761da1279518d92893a7bfd 100644
(file)
--- 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")