projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae38579
)
; * src/treesit.c (Ftreesit_query_capture): Fix typo.
author
Yuan Fu
<casouri@gmail.com>
Mon, 1 Jul 2024 05:36:11 +0000
(22:36 -0700)
committer
Yuan Fu
<casouri@gmail.com>
Mon, 1 Jul 2024 05:36:34 +0000
(22:36 -0700)
src/treesit.c
patch
|
blob
|
history
diff --git
a/src/treesit.c
b/src/treesit.c
index f0c786e921d1c79e441bc93da54d78820979cb8c..a0e41add4755269eadb9f6e0eb703a9c4f465671 100644
(file)
--- a/
src/treesit.c
+++ b/
src/treesit.c
@@
-2942,7
+2942,7
@@
the query. */)
/* As of right now, the node returned by treesit_resolve_node always
passes treesit_check_node; but it might not be true in the future,
so adding the line below just to be safe. */
- treesit_check_node (node);
+ treesit_check_node (
lisp_
node);
/* Extract C values from Lisp objects. */
TSNode treesit_node = XTS_NODE (lisp_node)->node;